Whirlpool hash algorithm module written for the V language. More information can be found at the offical website or Wiki
v install duarteroso.vwhirlpool
import duarteroso.vwhirlpool
fn main() {
vwhirlpool.hash("abc")
}
Enable flag trace_intermediate_values
to show intermediate values.
@duarteroso