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;
INNER CODE UNIT · Rust
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;