From bad81869395b51aa7ae061285fcca41cb5da9864 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Fri, 1 Apr 2022 11:21:20 +0200 Subject: [PATCH] storegeproofs: update README Signed-off-by: Csaba Kiraly --- dagger/por/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dagger/por/README.md b/dagger/por/README.md index 1ee54b5e..258606b2 100644 --- a/dagger/por/README.md +++ b/dagger/por/README.md @@ -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`