19 lines
314 B
Nim
Raw Permalink Normal View History

2024-12-10 15:47:37 +01:00
import ./blocks/blockid
import ./blocks/blck
export blockid
2024-12-16 10:48:52 +01:00
export blck except hash
2024-12-10 15:47:37 +01:00
import ./blocks/serialization
2024-12-18 10:28:10 +01:00
import ./blocks/deserialization
2024-12-10 15:47:37 +01:00
export serialization.toBytes
2024-12-18 10:28:10 +01:00
export deserialization.fromBytes
2024-12-10 16:10:12 +01:00
2024-12-16 10:48:52 +01:00
import ./blocks/hashing
2024-12-10 16:10:12 +01:00
2024-12-16 10:48:52 +01:00
export hashing.hash
export hashing.id
2024-12-18 10:19:09 +01:00
export hashing.`==`
export hashing.`$`