storegeproofs: update README

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2022-04-01 11:21:20 +02:00
parent 0791da5ca7
commit 4287971480

View File

@ -1 +1,9 @@
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`