Skip to content

Commit

Permalink
Update aws-lc-rs/src/kem.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Chiang <sachiang@amazon.com>
  • Loading branch information
justsmth and samuel40791765 authored Oct 2, 2024
1 parent 0b5783b commit 4543759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lc-rs/src/kem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ mod tests {

let alice_secret = priv_key
.decapsulate(ciphertext)
.expect("encapsulate successful");
.expect("decapsulate successful");

assert_eq!(alice_secret.as_ref(), bob_secret.as_ref());
}
Expand Down

0 comments on commit 4543759

Please sign in to comment.