8 lines
135 B
Nim
Raw Permalink Normal View History

2024-12-18 12:55:45 +01:00
import codexvalidator/hashing
import ./basics
export hashing.Hash
proc example*(_: type Hash): Hash =
Hash.hash(seq[byte].example)