2024-12-18 10:28:10 +01:00

19 lines
314 B
Nim

import ./blocks/blockid
import ./blocks/blck
export blockid
export blck except hash
import ./blocks/serialization
import ./blocks/deserialization
export serialization.toBytes
export deserialization.fromBytes
import ./blocks/hashing
export hashing.hash
export hashing.id
export hashing.`==`
export hashing.`$`