Skip to content

Commit

Permalink
add warning in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Mar 23, 2024
1 parent 6db7e21 commit 107d3a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# gosss - Go Shamir's Secret Sharing

[![GoDoc](https://godoc.org/github.com/lucasmenendez/gosss?status.svg)](https://godoc.org/github.com/lucasmenendez/gosss)
[![Build Status](https://github.com/lucasmenendez/gosss/actions/workflows/main.yml/badge.svg)](https://github.com/lucasmenendez/gosss/actions)

`gosss` is a Go library implementing the Shamir's Secret Sharing algorithm, a cryptographic method for splitting a secret into multiple parts. This implementation allows for secure sharing and reconstruction of secrets in a distributed system.

## Badges
⚠️ This is a *for fun* implementation, it is not ready for use in a production system. ⚠️

[![GoDoc](https://godoc.org/github.com/lucasmenendez/gosss?status.svg)](https://godoc.org/github.com/lucasmenendez/gosss)
[![Build Status](https://github.com/lucasmenendez/gosss/actions/workflows/main.yml/badge.svg)](https://github.com/lucasmenendez/gosss/actions)

## Getting Started

Expand Down

0 comments on commit 107d3a1

Please sign in to comment.