Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 622 Bytes

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