pub fn sha_256(m: Vec<U512>) -> U256
Expand description
The SHA-256 Algorithm, only use this after having preprocessed your data into message blocks
pub fn sha_256(m: Vec<U512>) -> U256
The SHA-256 Algorithm, only use this after having preprocessed your data into message blocks