Skip to content

Commit

Permalink
Expose Symbytes and K
Browse files Browse the repository at this point in the history
  • Loading branch information
mberry committed Aug 22, 2023
1 parent 2bf2dc2 commit 9a6b28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub use api::*;
pub use error::KyberError;
pub use kex::*;
pub use params::{
KYBER_90S, KYBER_CIPHERTEXTBYTES, KYBER_PUBLICKEYBYTES, KYBER_SECRETKEYBYTES, KYBER_SSBYTES,
KYBER_90S, KYBER_CIPHERTEXTBYTES, KYBER_PUBLICKEYBYTES, KYBER_SECRETKEYBYTES, KYBER_SSBYTES, KYBER_SYMBYTES, KYBER_K
};
pub use rand_core::{CryptoRng, RngCore};

Expand Down

0 comments on commit 9a6b28a

Please sign in to comment.