INNER CODE UNIT · Rust

default

brndnmtthws/dryoc · src/argon2/mod.rs:98

    fn default() -> Self {
        Self {
            v: [0u64; ARGON2_QWORDS_IN_BLOCK],
        }
    }
}

macro_rules! apply_block_rounds {
    ($block:expr, $round:ident) => {{
        for i in 0..8 {
            $round(
                $block,
                16 * i,
                16 * i + 1,
                16 * i + 2,
                16 * i + 3,
                16 * i + 4,
                16 * i + 5,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…