1
0
Fork 0
mirror of https://github.com/iancoleman/shamir.git synced 2025-11-18 00:50:59 +00:00

Merge pull request #4 from bangpound/feature/grempe

Use the maintained secrets.js library from @grempe
This commit is contained in:
iancoleman 2019-06-10 15:56:38 +10:00 committed by GitHub
commit 4c36ecd84c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1901 additions and 1014 deletions

File diff suppressed because it is too large Load diff

View file

@ -57,7 +57,7 @@
<p><a href="https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing">Wikipedia entry</a> for shamir secret sharing scheme.</p>
<p>This project is 100% open-source code.</p>
<p><a href="https://github.com/iancoleman/shamir">Project source code</a></p>
<p><a href="https://github.com/amper5and/secrets.js">SSSS javascript library by amper5and</a></p>
<p><a href="https://github.com/grempe/secrets.js">SSSS javascript library by amper5and and Glenn Rempe</a></p>
<p><a href="https://getbootstrap.com/">Bootstrap stylesheet</a></p>
<h2>Offline Usage</h2>
<p>This tool has been designed to be used offline.</p>

File diff suppressed because it is too large Load diff