Skip to content

Commit ea2c74e

Browse files
committed
yescrypt: add todo about PREHASH flag
1 parent e8d1d35 commit ea2c74e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yescrypt/src/flags.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ impl Flags {
3636
pub const SBOX_12K: Self = Self(0x080);
3737

3838
/// Prehash
39+
// TODO(tarcieri): move this out-of-band from `Flags`? Or actually make it `pub`?
3940
pub(crate) const PREHASH: Self = Self(0x10000000);
4041

4142
/// All possible flags.

0 commit comments

Comments
 (0)