Skip to content

Commit

Permalink
Introduce KEM API with support for Kyber-512 (#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 skmcgrail committed Oct 12, 2023
1 parent bdfb2ac commit 5a78480
Show file tree
Hide file tree
Showing 5 changed files with 539 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-lc-rs/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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 5a78480

Please sign in to comment.