Skip to content

Commit

Permalink
Remove debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 28, 2023
1 parent 5d8fb1c commit 8e3c15b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ pub const HEX_CHARS_UPPER: &[u8; 16] = b"0123456789ABCDEF";
/// [`u8::MAX`] is used for invalid values.
pub const HEX_DECODE_LUT: &[u8; 256] = &make_decode_lut();

pub unsafe fn encode2(input: &[u8], output: *mut u8) {
imp::encode::<false>(input, output)
}

/// A correctly sized stack allocation for the formatted bytes to be written
/// into.
///
Expand Down

0 comments on commit 8e3c15b

Please sign in to comment.