Repository

vwhirlpool

Description

Whirlpool hash algorithm module written for the V language. More information can be found at the offical website or Wiki

Install

v install duarteroso.vwhirlpool

Usage

import duarteroso.vwhirlpool

fn main() {
  vwhirlpool.hash("abc")
}

Enable flag trace_intermediate_values to show intermediate values.

Authors

@duarteroso

License

2-clause BSD License

About

0
68
last May 7

Author

duarteroso