Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed May 7, 2023
1 parent b839eb7 commit f5ec773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions k12/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ use core::iter;
use hex_literal::hex;
use k12::{
digest::{ExtendableOutput, Update},
KangarooTwelve,
KangarooTwelveCore,
KangarooTwelve, KangarooTwelveCore,
};

fn digest_and_box(data: &[u8], n: usize) -> Box<[u8]> {
Expand Down

0 comments on commit f5ec773

Please sign in to comment.