Skip to content

Commit

Permalink
ascon-aead: convert tests to hex-literal (#554)
Browse files Browse the repository at this point in the history
Also, remove spectral dev dependency.
  • Loading branch information
sebastinas authored Sep 23, 2023
1 parent 7e82b01 commit 3ab8f05
Show file tree
Hide file tree
Showing 6 changed files with 36,149 additions and 22,978 deletions.
15 changes: 1 addition & 14 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 ascon-aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ zeroize = { version = "1.6", optional = true, default-features = false, features
ascon = "0.4"

[dev-dependencies]
hex = "0.4"
hex-literal = "0.3"
aead = { version = "0.5", features = ["alloc"] }
spectral = { version = "0.6", default-features = false }

[features]
default = ["alloc", "getrandom", "zeroize"]
Expand Down
Loading

0 comments on commit 3ab8f05

Please sign in to comment.