Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 431 Bytes

sss-swift

This article README file is a stub. You can help Wikipedia the project by expanding it.

These are the Swift bindings for my Shamir secret sharing library.

Install and build

# Clone and cd into the source code
git clone --recursive https://github.com/dsprenkels/sss-swift.git
cd sss-swift

# Build this package
swift build