Skip to content

ideal-lab5/dkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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