mirror of
https://github.com/logos-storage/logos-storage-nim-validator.git
synced 2026-01-03 05:53:06 +00:00
8 lines
135 B
Nim
8 lines
135 B
Nim
|
|
import codexvalidator/hashing
|
||
|
|
import ./basics
|
||
|
|
|
||
|
|
export hashing.Hash
|
||
|
|
|
||
|
|
proc example*(_: type Hash): Hash =
|
||
|
|
Hash.hash(seq[byte].example)
|