Compare commits
3 commits
a6b2c37365
...
bb951c3726
Author | SHA1 | Date | |
---|---|---|---|
|
bb951c3726 | ||
|
b89a967157 | ||
|
87b4fad9b9 |
3 changed files with 9 additions and 9 deletions
|
@ -23,7 +23,7 @@ benchmark = ["criterion"]
|
|||
[dependencies]
|
||||
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
|
||||
getrandom = { version = "0.2.12", default-features = false }
|
||||
thiserror = { version = "1.0.57", default-features = false }
|
||||
thiserror = { version = "2.0.3", default-features = false }
|
||||
|
||||
# chacha feature:
|
||||
# - XChaCha20Poly1305WithBlake3
|
||||
|
|
|
@ -696,7 +696,7 @@ mod encryption {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "sha")]
|
||||
#[cfg(feature = "aes")]
|
||||
fn get_latest_ikm_aes128gcm_sha256() {
|
||||
let mut lst = InputKeyMaterialList::new();
|
||||
let _ = lst.add_ikm();
|
||||
|
|
Loading…
Reference in a new issue