Skip to content

Commit

Permalink
k12: Refactor
Browse files Browse the repository at this point in the history
Remove the use of vectors and implement `XofReader`.
  • Loading branch information
aewag committed May 7, 2023
1 parent 4d13ef1 commit a16eb1b
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 343 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion k12/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ keywords = ["crypto", "hash", "digest"]
categories = ["cryptography", "no-std"]

[dependencies]
digest = { version = "0.10.3", features = ["alloc"] }
digest = { version = "0.10.3", default-features = false, features = ["core-api"] }
sha3 = "0.10.8"

[dev-dependencies]
digest = { version = "0.10.3", features = ["alloc", "dev"] }
Expand Down
133 changes: 0 additions & 133 deletions k12/src/lanes.rs

This file was deleted.

Loading

0 comments on commit a16eb1b

Please sign in to comment.