Commit Graph

21 Commits

Author SHA1 Message Date
Andreas Fackler 7709462f2d
Version 0.4.0 (#102) 2020-07-28 19:33:31 +02:00
Weiliang Li 2d332a82bd Update README.md (#94) 2019-11-13 20:54:01 +01:00
Andrew Gross fce0f20423 add reference to README 2019-06-11 20:44:55 +02:00
Andreas Fackler a2704115a6 Add docs.rs and crates.io badges. 2019-01-10 14:33:45 +01:00
Andreas Fackler dbb9fae896 Version 0.3.0 2018-12-18 15:20:47 +01:00
Andrew Gross 4fec9da3d6 Update rand reference 2018-11-06 09:21:11 +01:00
Andrew Gross a0aa9606fd Linked to security audit in POA wiki 2018-11-06 09:21:11 +01:00
Andrew Gross 3ffe4b3386 Added security audit link 2018-11-01 15:17:19 +01:00
Andreas Fackler 96db9fbba7 Version 0.2.0
Also: Follow the soon-to-be-official formatting guidelines:
https://github.com/nrc/rfcs/blob/style-guide/style-guide/cargo.md
2018-10-20 12:39:22 +02:00
Marc Brinkmann d133bb6d79
Mocktography (#49)
Added mocktography (feature `use-insecure-test-only-mock-crypto) and factored out CI execution script.
2018-10-11 18:25:15 +02:00
Andreas Fackler ad11ceaed6 Remove mlock.
It currently causes too many problems to be practical. We will re-enable
it once we have a dedicated allocator for locked memory.
2018-10-08 17:37:23 +02:00
DrPeterVanNostrand f7d9c26b9a Added 'Testing' section to readme. 2018-09-04 08:37:45 -07:00
Andreas Fackler 02109b586e Benchmark polynomials of different degrees. 2018-08-30 14:35:23 +02:00
DrPeterVanNostrand d783f2756e Added benchmarks for polynomial multiplication and interpolation. 2018-08-30 09:47:05 +02:00
Andrew Gross 9839566799 Minor README modifications, added environment variables section 2018-08-29 10:35:12 -06:00
Igor Barinov fdfeeae821
Update README.md 2018-08-17 02:14:27 +03:00
c0gent ec037173b1 Change license, flesh out README a bit.
* The example should eventually be expanded upon.
* The language may need more refinement.
2018-08-15 16:42:22 -07:00
DrPeterVanNostrand 3e6df11c4b Added example for threshold encryption. 2018-08-13 09:08:53 -04:00
Vladimir Komendantskiy 4c533e6873 changed Travis URL from .com to .org 2018-07-31 15:10:56 +01:00
Vladimir Komendantskiy 4fc709a0a3 added Travis build status on github home page 2018-07-31 15:06:55 +01:00
Vladimir Komendantskiy 394e4ce140 separated crypto module from hbbft crate 2018-07-30 23:52:34 +01:00