Csaba Kiraly 9cc92f117f
WIP: adding constantine backend
This is WIP, not compiling yet
test with
  cd dagger/storageproofs
  ../../env.sh nim c -r testbls.nim
2022-05-19 11:49:06 +02:00
..
2022-05-19 11:49:06 +02:00
2022-04-05 14:44:53 -06:00
2022-05-19 11:49:06 +02:00
2022-05-19 11:44:57 +02:00
2022-04-05 14:44:53 -06:00

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