Compare commits

...

3 commits

Author SHA1 Message Date
Rodolphe Bréard
bb951c3726 Fix feature name 2024-11-13 19:27:13 +01:00
Rodolphe Bréard
b89a967157 Fix indentation 2024-11-13 19:25:06 +01:00
Rodolphe Bréard
87b4fad9b9 Update the thiserror dependency 2024-11-13 19:24:49 +01:00
3 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@ benchmark = ["criterion"]
[dependencies] [dependencies]
base64ct = { version = "1.6.0", default-features = false, features = ["std"] } base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
getrandom = { version = "0.2.12", default-features = false } 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: # chacha feature:
# - XChaCha20Poly1305WithBlake3 # - XChaCha20Poly1305WithBlake3

View file

@ -696,7 +696,7 @@ mod encryption {
} }
#[test] #[test]
#[cfg(feature = "sha")] #[cfg(feature = "aes")]
fn get_latest_ikm_aes128gcm_sha256() { fn get_latest_ikm_aes128gcm_sha256() {
let mut lst = InputKeyMaterialList::new(); let mut lst = InputKeyMaterialList::new();
let _ = lst.add_ikm(); let _ = lst.add_ikm();