Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Jan 23, 2025
1 parent ac725d9 commit 741fe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mls-rs-crypto-awslc/tests/cipher_suite_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use aws_lc_rs::hmac;
fn custom_cipher_suite() {
let cs = AwsLcCipherSuiteBuilder::new()
.aead(AeadId::Aes128Gcm)
.hash(AwsLcHash::new(CipherSuite::CURVE448_AES256).unwrap())
.hash(AwsLcHash::new(CipherSuite::P256_AES128).unwrap())
.kdf(KdfId::HkdfSha384)
.mac_algo(hmac::HMAC_SHA384)
.signing(Curve::P521)
Expand Down

0 comments on commit 741fe23

Please sign in to comment.