Csaba Kiraly 64b7020549
Merge branch 'storageproofs-constantine' into arm64
# Conflicts:
#	.gitmodules
#	dagger/por/backends/backend_blst.nim
#	dagger/por/backends/backend_constantine.nim
2022-05-18 22:40:52 +02:00

10 lines
308 B
Markdown

Nim implementation of Proof of Storage related schemes
Implementation of the BLS-based public PoS scheme from
Shacham H., Waters B., "Compact Proofs of Retrievability"
using pairing over BLS12-381 ECC.
For a detailed description of the implementation, see `bls.nim`
For a usage example, see `testbls.nim`