shamir-algorithm 0.1.2

A Rust implementation of Shamir's Secret Sharing algorithm using Galois Field arithmetic over GF(256)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "shamir-algorithm"
version = "0.1.2"
edition = "2021"
description = "A Rust implementation of Shamir's Secret Sharing algorithm using Galois Field arithmetic over GF(256)"
license = "MIT"
repository = "https://github.com/jc4st3lls/ShamirRust"
keywords = ["cryptography", "secret-sharing", "shamir", "threshold"]
categories = ["cryptography", "algorithms"]
readme = "README.md"

[dependencies]
rand = { version = "0.9"}