Skip to content

ideal-lab5/dkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30b4af8 · May 20, 2023

History

57 Commits
May 20, 2023
Apr 28, 2023
Apr 23, 2023
Apr 19, 2023
Apr 19, 2023
Mar 21, 2023
Apr 19, 2023

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