Skip to content

Commit

Permalink
Introduce KEM API with support for Kyber-512 (aws#174)
Browse files Browse the repository at this point in the history
- Create `kem` module offering new KEM API with support for Kyber-512
- Create `kem_tests` file with integration testing

(cherry picked from commit b2bf53b)
  • Loading branch information
bencivjan authored and ctz committed Dec 12, 2023
1 parent f3aa3ed commit dce08e6
Show file tree
Hide file tree
Showing 4 changed files with 535 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lc-rs/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl From<core::array::TryFromSliceError> for Unspecified {
/// being used.
///
/// * Unexpected errors: Report this as a bug.
#[derive(Copy, Clone, Debug)]
#[derive(Copy, Clone, Debug, PartialEq)]
pub struct KeyRejected(&'static str);

impl KeyRejected {
Expand Down
Loading

0 comments on commit dce08e6

Please sign in to comment.