bitcoin-ripemd 0.1.19

RIPEMD-160 -- made up of 80 stages made up of 5 blocks that run 16 times each
1
2
3
4
5
6
7
8
9
10
// ---------------- [ File: bitcoin-ripemd/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{f_star}
x!{finalize}
x!{r_star}
x!{ripemd160}
x!{round}
x!{transform}
x!{write}