Commit Graph

  • fc517a8047
    remove extra files, continue rename process master Ryan Heywood 2024-11-16 19:49:37 -0500
  • 64315676f8
    update hashbrown to 0.15 Ryan Heywood 2024-11-16 19:39:32 -0500
  • 4faab1cd33
    blahaj::math: increase allowable polynomial coefficients to maximum Ryan Heywood 2024-11-16 19:26:26 -0500
  • f10fef2c88
    blahaj::math: make clippy happy Ryan Heywood 2024-11-16 19:18:43 -0500
  • de314fed2c
    soft fork, rename to blahaj Ryan Heywood 2024-11-16 19:11:25 -0500
  • b08d2e758d
    Merge 14bf89439d into e7e23ba899 allenpiscitello 2023-10-23 18:27:00 -0500
  • 14bf89439d updating version Allen Piscitello 2023-10-23 18:26:55 -0500
  • b5c7684101 updating hashbrown to 0.14.2 Allen Piscitello 2023-10-23 18:21:11 -0500
  • e7e23ba899 0.4.3 -> 0.5.0 Aitor Ruano 2021-03-14 18:06:00 +0100
  • 775333fe17
    Add Zeroize to Share and GF256 (#19) Garrett T 2021-03-14 09:56:20 -0700
  • 9441b6eb3f
    Merge branch 'master' into gt/zeroize Aitor Ruano 2021-03-14 17:43:56 +0100
  • 1f86cadf23
    Add Apple M1 arm as a benchmark (#18) Garrett T 2021-03-14 09:35:43 -0700
  • cc885bf505 Add zeroize(drop) to Share Garrett Thornburg 2021-03-13 14:45:53 -0800
  • a1b0dab5b2 Switch match to Clone to add zeroize(drop) Garrett Thornburg 2021-03-13 14:40:48 -0800
  • d7a262c61d Add Zeroize crate to project behind a default feature flag Garrett Thornburg 2021-03-13 14:02:55 -0800
  • d6cb7eeb09 Add Apple M1 arm as a benchmark Garrett Thornburg 2021-03-13 13:32:18 -0800
  • b1e7a5b1e1 bump to version 0.4.3 Aitor Ruano 2021-02-04 10:15:03 +0100
  • 5505a0c42c
    Update dependencies (#17) Benoît C 2021-02-04 04:11:43 -0500
  • b0b5081a8b Update dependencies Benoît CORTIER 2021-02-03 18:13:40 -0500
  • af4f469da9 bump version Aitor Ruano 2020-08-03 10:33:50 +0200
  • 69428361ba
    fix: show TryFrom trait import in doc (#16) DCsunset 2020-08-03 16:30:43 +0800
  • 6906112746
    fix: show TryFrom trait import in doc DCsunset 2020-08-02 16:48:00 +0800
  • 5b798ab016
    Add fuzzers (#14) zer0x64 2020-04-24 02:10:40 -0400
  • 42a2dd6a6f add fuzzers zer0x64 2020-04-21 14:16:48 -0400
  • 86eba5ee36 add fuzzers zer0x64-master zer0x64 2020-04-21 14:16:48 -0400
  • 31c8cb7650
    Support no_std (#13) Kitsu 2020-04-02 14:45:01 +0300
  • ae4ff59b1c refactor tests Kitsu 2020-04-02 14:19:51 +0300
  • 74abd24423 unignore doc-tests Kitsu 2020-04-02 14:04:12 +0300
  • 6894d20433 fix workflow no-std test Aitor Ruano 2020-04-02 10:15:25 +0200
  • ef3636b3a2 simplify rng usage, update tests, upgrade version to 0.4 Aitor Ruano 2020-04-02 09:31:52 +0200
  • 116cfd3a04 feat: support no_std Kitsu 2020-03-26 20:23:08 +0300
  • eb05d00080 upgrade version Aitor Ruano 2020-03-23 15:16:43 +0100
  • 912fef96b1 fix codecov badge Aitor Ruano 2020-03-23 15:14:18 +0100
  • f7b0526c0e
    Derived Clone for Share (#12) zer0x64 2020-03-11 04:45:20 -0400
  • 1750bf2db3 Bumped version zer0x64 2020-03-09 15:41:52 -0400
  • 74c3911398 Derived Clone for Share zer0x64 2020-03-09 13:45:33 -0400
  • 391edbd7da
    Interpolate Now Takes Any IntoIterator (#9) zer0x64 2020-02-27 04:52:04 -0500
  • d314285c74
    Merge branch 'master' into master zer0x64 2020-02-26 10:54:19 -0500
  • 09586ab512
    Add benchmark result from i7-8565u (#11) Thomas Santerre 2020-02-06 22:54:00 +0900
  • c9c008d695 Re-run bench, reduced background processes. Thomas Santerre 2020-02-06 22:36:41 +0900
  • 241d78dfc7 Add benchmark result from i7-865u Thomas Santerre 2020-02-06 22:21:02 +0900
  • 8609773552 WASM bindings draft zer0x64 2020-01-25 22:52:54 -0500
  • c1409430f7
    Update README.md Aitor Ruano 2020-01-24 10:58:09 +0100
  • 105d02b086
    Update and rename ci.yml to rust.yml Aitor Ruano 2020-01-24 10:53:54 +0100
  • 80b4a11821
    Delete sec.yml Aitor Ruano 2020-01-24 10:52:54 +0100
  • b009792b7a
    Create sec.yml Aitor Ruano 2020-01-24 10:46:27 +0100
  • 8af129205c
    Create codecov.yml Aitor Ruano 2020-01-23 16:04:17 +0100
  • 1bb64558bb update version strings Aitor Ruano 2020-01-23 10:22:10 +0100
  • 9da260453c simplify generic types, update docs, revert interpolate parameter types Aitor Ruano 2020-01-23 10:19:50 +0100
  • 2ef5832b0c interpolate now takes an IntoIterator zer0x64 2020-01-22 16:36:41 -0500
  • 1b35f6d8dd
    Remove coverage artifact generation Aitor Ruano 2020-01-22 17:02:40 +0100
  • 0dfd3b2398 add coverage badges to readme and cargo.toml Aitor Ruano 2020-01-22 17:00:27 +0100
  • 19724473de
    Add coverage report to CI Aitor Ruano 2020-01-22 16:52:59 +0100
  • ba43caf87a
    Update package version in README Aitor Ruano 2020-01-22 15:17:50 +0100
  • 3489574840 Added Share Serialization and Created Share Struct (#2) zer0x64 2020-01-22 09:01:35 -0500
  • 2a0b9e5bc0 remove HashMap reference from docs Aitor Ruano 2020-01-22 14:55:16 +0100
  • 433cf0a25a fix use order Aitor Ruano 2020-01-22 14:53:08 +0100
  • 13769a8f1b reorder imports Aitor Ruano 2020-01-22 14:50:27 +0100
  • 28b13f448b duplicate share check using hashset zer0x64 2020-01-22 08:44:05 -0500
  • eb3f530bbc fixed typos, cleaned up docs, added unit and bench tests Aitor Ruano 2020-01-22 10:51:16 +0100
  • 58e735d17e added share serialisation and created Share struct zer0x64 2020-01-21 13:51:24 -0500
  • 5344dda94b
    changed arithmetic to GF256, unlimited secret length, updated docs (#1) Aitor Ruano 2020-01-21 10:09:20 +0100
  • c8464e5f1c changed arithmetic to GF256, unlimited secret length, updated docs Aitor Ruano 2020-01-21 10:00:07 +0100
  • a3e43f373a
    Fixed changelog order Aitor Ruano 2020-01-13 13:02:35 +0100
  • cdfdde452e update changelog Aitor Ruano 2020-01-13 12:35:40 +0100
  • fce9fbb0a4 remove cargo maintanance badges Aitor Ruano 2020-01-13 12:33:38 +0100
  • 6bbc2e3ddd fix typo in cargo description Aitor Ruano 2020-01-13 12:32:47 +0100
  • b9acb15a25
    Add badges Aitor Ruano 2020-01-13 12:29:00 +0100
  • 7b6a7f4e86
    Add continuous integration Aitor Ruano 2020-01-13 12:01:10 +0100
  • d6c7a6be9e Written readme, improved documentation, added changelog and copyright Aitor Ruano 2020-01-13 11:42:59 +0100
  • 90c7382c17 initial commit Aitor Ruano 2020-01-10 17:08:30 +0100