Skip to content

Commit

Permalink
Update badge
Browse files Browse the repository at this point in the history
  • Loading branch information
gllm-dev authored Jul 11, 2024
1 parent 90a476f commit 14b7103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Shamir's Secret Sharing
[![Go](https://github.com/openfort-xyz/shamir-secret-sharing/actions/workflows/ci.yml/badge.svg)](https://github.com/openfort/shamir-secret-sharing/actions/workflows/ci.yml)
[![Go](https://github.com/openfort-xyz/shamir-secret-sharing-go/actions/workflows/ci.yml/badge.svg)](https://github.com/openfort/shamir-secret-sharing/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/go.openfort.xyz/shamir-secret-sharing)](https://goreportcard.com/report/go.openfort.xyz/shamir-secret-sharing)

This project implements Shamir's Secret Sharing with zero dependency in Go. Shamir's Secret Sharing is a cryptographic algorithm that allows a secret to be divided into parts, giving each participant its own unique part. To reconstruct the secret, a minimum number of parts are needed. This implementation uses GF(256) arithmetic for secure and efficient operations.
Expand Down

0 comments on commit 14b7103

Please sign in to comment.