We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d1d35 commit ea2c74eCopy full SHA for ea2c74e
yescrypt/src/flags.rs
@@ -36,6 +36,7 @@ impl Flags {
36
pub const SBOX_12K: Self = Self(0x080);
37
38
/// Prehash
39
+ // TODO(tarcieri): move this out-of-band from `Flags`? Or actually make it `pub`?
40
pub(crate) const PREHASH: Self = Self(0x10000000);
41
42
/// All possible flags.
0 commit comments