vwhirlpool
Description
Whirlpool hash algorithm module written for the V language.
More information can be found at the offical
website
Install
v install duarteroso.vwhirlpool
Usage
import duarteroso.vwhirlpool
fn main() {
vwhirlpool.hash("abc")
}
Enable flag
trace_intermediate_values
Authors
@duarteroso