INNER CODE UNIT · Rust

word

TheMaxMur/RS-Key · crates/rsk-bip39/src/lib.rs:60

pub fn word(index: u16) -> &'static str {
    WORDS[index as usize]
}

#[cfg(kani)]
#[path = "kani.rs"]
mod proofs;

#[cfg(test)]
mod tests;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…