From 42879714803e8b6e8a1863e68cd8a1a66b7f3ed2 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/storageproofs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dagger/storageproofs/README.md b/dagger/storageproofs/README.md index 1ee54b5e..258606b2 100644 --- a/dagger/storageproofs/README.md +++ b/dagger/storageproofs/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`