Skip to content

Commit

Permalink
Support for AES CFB (128-bit) mode (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail authored Nov 14, 2024
1 parent 314d12b commit 7ff37f1
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 31 deletions.
1 change: 1 addition & 0 deletions aws-lc-rs-testing/benches/kem_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use aws_lc_rs::{
};
use criterion::{criterion_group, criterion_main, Criterion};

#[allow(deprecated)]
const UNSTABLE_ALGORITHMS: &[Option<&aws_lc_rs::kem::Algorithm<AlgorithmId>>] = &[
get_algorithm(AlgorithmId::Kyber512_R3),
get_algorithm(AlgorithmId::Kyber768_R3),
Expand Down
Loading

0 comments on commit 7ff37f1

Please sign in to comment.