Commit Graph

48 Commits

Author SHA1 Message Date
36d6ad89fb Warning in README.md (#7) 2016-04-13 23:45:11 +02:00
7f6db55452 Some simplifications.
- Removes inv from table (not used).
- Removes 2nd argument from Lagrange interpolation (is always zero).
2016-04-11 16:42:13 +02:00
0966bbbc3d Fixing typos & adopting std::process::exit.
* Minor changes (typos, keep up with rust stable) while skimming through the code
* Minor changes: s/secretshare/rustysecrets in usage string
2016-04-09 20:35:53 +02:00
3767677b9d Fixed some clippy warnings.
Closes #4
2016-04-08 23:32:24 +02:00
62755d6024 README.md tweaks. 2016-04-08 19:15:56 +02:00
a52bf5fff1 Basic documentation.
Closes #1.
2016-04-07 02:01:40 +02:00
2806bc49bc Tests & CI. 2016-04-06 18:42:51 +02:00
0abd8fac82 Working on test vectors. 2016-04-06 18:42:51 +02:00
762df13012 Readme updates. 2016-04-06 18:42:50 +02:00
eba1046fbf Building static Gf256 table at compile-time. 2016-04-06 00:31:04 +02:00
62234cc2df Removing last char from command line.
Last char is EOF char.
2016-04-05 21:38:31 +02:00
3ca43e7977 Refactoring to keep same sanitisation of shares between lib & bin. 2016-04-02 23:57:42 +02:00
da01e4e450 Rename methods ahead of FFI support. 2016-04-02 23:15:05 +02:00
8c37b2f629 Part 1 of #1. Refactoring to separate lib from command line. 2016-04-02 16:07:26 +02:00
16be20fcff Remove CRC-24 dependency. Closes #3 2016-04-02 11:00:52 +02:00
f1ad2b74f1 Merge pull request #2 from garrettr/update-dependencies
Update dependencies so it builds
2016-03-26 10:48:19 +01:00
fce35a8d66 Update dependencies so it builds 2016-03-25 10:23:46 -07:00
814819af81 rustup (1.0 beta) 2015-04-06 22:36:54 +02:00
d15cb70774 rustup + new io 2015-03-24 17:28:53 +01:00
908cb8f2fd keep up with Rust 2015-02-24 13:15:46 +01:00
34fdcaa284 update Cargo.lock to make dependencies compile again with newer Rust 2015-02-19 21:35:01 +01:00
fdcf4cce1e keep up with Rust 2015-02-13 23:42:51 +01:00
2959585fdf cargo update to keep up with Rust 2015-02-10 12:41:13 +01:00
b093cbf4fa cut down README 2015-02-08 21:44:47 +01:00
073099814c keep up with Rust 2015-02-06 20:32:01 +01:00
6edf29480b keep up with Rust 2015-02-05 15:26:12 +01:00
4a5682fb64 change version requirements to ^x.y.z 2015-02-04 14:01:22 +01:00
807872342c make it compile again under the new Rust version 2015-02-04 13:51:44 +01:00
67d7a21eca move changelog out of README 2015-02-03 02:11:24 +01:00
16f52a9d1d update README and bump version number. 2015-02-03 02:04:44 +01:00
9aac638d6a change hash to include coding parameters 2015-02-03 01:13:12 +01:00
0023ccae7c add warning to README 2015-02-01 13:01:58 +01:00
1bc30e14aa tweaks for the README 2015-02-01 03:15:44 +01:00
fc903de924 another README section 2015-01-31 21:57:04 +01:00
814d908360 extend README 2015-01-31 21:44:02 +01:00
edd5ee1231 update README to include checksums in the example 2015-01-31 21:28:15 +01:00
ea694b4987 fine tunings of travis file 2015-01-31 21:21:39 +01:00
27015b7d43 add checksums to shares (CRC-24) 2015-01-31 21:06:23 +01:00
08fe9b2bfa add travis file 2015-01-31 18:16:13 +01:00
a75c1f2dec fix typo 2015-01-30 20:40:34 +01:00
b2beb00b02 Merge branch 'master' of github.com:sellibitze/secretshare 2015-01-29 20:19:33 +01:00
3a9e9d2e59 fix README and make decoding more tolerant w.r.t. white space 2015-01-29 20:17:44 +01:00
c5a670762c fix README and make decoding more tolerant w.r.t. white space 2015-01-29 20:15:10 +01:00
f39f129a32 tweaks + README 2015-01-29 20:04:08 +01:00
117ae4f2c1 disable padding in base64 encoding 2015-01-29 18:46:32 +01:00
7e883bf11c catch invalid encoding parameters 2015-01-29 17:41:58 +01:00
d7da24cfdd error handling for share duplicates 2015-01-29 17:20:15 +01:00
3ab77d5b31 First commit. 2015-01-29 17:03:31 +01:00