2024-12-18 12:55:45 +01:00

8 lines
135 B
Nim

import codexvalidator/hashing
import ./basics
export hashing.Hash
proc example*(_: type Hash): Hash =
Hash.hash(seq[byte].example)