Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 437 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 437 Bytes

DKG

This library is an implementation of the distributed key generator required for blind DKG.

Overview

dkg-core: supports both std and no-std. When built with std, it exposes functions that can be called from the dkg-wasm module. |

dkg-wasm: exposes wasm bindings around the dkg-core functions. Can be compiled to wasm.

examples: examples of usage of the dkg-wasm library