kr0 bfbe547191 [WIP] Implement kalinski modular inverse and tests
Implemented Kalinski Modular inverse algorithm.
See: https://www.researchgate.net/publication/3387259_Improved_Montgomery_modular_inverse_algorithm

Also implemented test for big and small Bignums.

One test is giving results over the Montgomery Domain, so
a little bit of research has to be done.
2019-07-14 05:39:16 +02:00
2019-04-12 10:10:17 +02:00

Shamir's Secret Sharing

This repo contains Rust & Go implementations of Shamir's Secret Sharing algorithm. The Go implementation also has a compiled Web Assembly (WASM) version from the Go code to be used from the browser.

Description
No description provided
Readme GPL-3.0 1.4 MiB
Languages
Rust 52.8%
Go 38.8%
HTML 5.4%
JavaScript 3%