Found 39 repositories(showing 30)
dwisiswant0
Secret and/or credential patterns used for gf.
codahale
A Java implementation of Shamir's Secret Sharing algorithm over GF(256).
jwerle
A simple implementation of Shamir's Secret Sharing configured to use a finite field in GF(2^8) with 128 bit padding
codahale
A pure Go implementation of Shamir's Secret Sharing algorithm over GF(256)
dwisiswant0
convert secret patterns to gf compatible.
onbit-uchenik
C++ implementation of Shamir Secret Scheme over GF(256)
kryptco
A swift implementation of Shamir's Secret Sharing over GF(2^8)
djpohly
Shamir's secret-sharing method in the Galois Field GF(2**8), modified implementation of the original by Daniel Silverstone
codahale
A Haskell implementation of Shamir’s Secret Sharing Scheme over GF(256).
duncanburke
Implementation of Shamir's Secret Sharing in GF(256) with an emphasis on simplicity and readability
tanlethanh
A JS/TS implementation of Shamir's Secret Sharing in a finite field GF(2^8) and GF(big p)
gching
A Dart library that implements Shamir's Secret Sharing Scheme over GF(256).
euugenechou
Shamir's Secret Sharing in C using GF(256).
kinnison
An implementation of Shamir Secret Sharing in GF(2^8)
Janiczek
Shamir's Secret Sharing algorithm over GF(256) in Elm
Fungx
An implementation of Shamir's secret sharing scheme over GF(p).
ali6947
Shamir secret sharing over GF(2^r) with erasure correcting codes
PureStorage-OpenConnect
Shamir's secret sharing algorithm for GF(2^16) polynomials in GO
trianglee
Python implementation of Shamir's Secret Sharing Scheme, using polynomials over GF(256)
tankbottoms
Offline-first React Native app for splitting BIP39 seed phrases into Shamir secret shares and exporting them as printable QR code cards. Information-theoretic security over GF(256). Optional PIN encryption, FaceID vault, and HD wallet derivation. No servers, no telemetry.
trietvuive
secret gf project
forgesworn
GF(256) Shamir's Secret Sharing — split and reconstruct secrets with threshold schemes
edggy
Cryptographic secret sharing in GF(2^n)
naufalqwe
No description available
Judger0716
Simple Shamir Secret Sharing on GF(2^n)
chhavikirtani2000
Implementation of Shamir Secret Sharing Algorithm in GF(256)
forgesworn
Split secrets into human-readable BIP-39 word shares using Shamir's Secret Sharing over GF(256)
passionateweb3aidev
A Java implementation of Shamir's Secret Sharing algorithm over GF(256).
gmowses
Shamir's Secret Sharing over GF(256): split a secret into N shares, recover with K. Pure client-side math.
raj-shubham
A golang implementation of Shamir's secret sharing scheme using finite field GF(256)