1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-13 15:46:10 +02:00

Commit Graph

  • ee0014776f silence an unreachable code warning when "c_neon" is in use Jack O'Connor 2019-12-08 21:58:32 -0500
  • ae7271cc87 add benchmarks for AVX-512 and NEON Jack O'Connor 2019-12-08 18:17:09 -0500
  • 78191a676f feature comments in Cargo.toml Jack O'Connor 2019-12-08 18:04:59 -0500
  • 1574b488f9 unify the platform-specific tests and test AVX-512 and NEON Jack O'Connor 2019-12-08 17:58:42 -0500
  • c7fff32392 add Rust FFI wrappers for AVX-512 and NEON Jack O'Connor 2019-12-07 23:43:45 -0500
  • d0a6e9ecb2 vendor C code from BLAKE3-c Jack O'Connor 2019-12-07 22:26:50 -0500
  • 0cb4f6dd2c fix a bad assert Jack O'Connor 2019-12-07 22:23:58 -0500
  • bcb99ba087 fix the benchmarks build Jack O'Connor 2019-12-07 22:02:19 -0500
  • c7a1f6e919 add the OffsetDeltas type alias Jack O'Connor 2019-12-07 21:55:13 -0500
  • d6fbb03d01 add reference impl benchmarks Jack O'Connor 2019-12-07 21:46:56 -0500
  • 6edabea57a provide BLAKS3_FUZZ_ITERATIONS for running a longer fuzz test Jack O'Connor 2019-12-07 21:45:42 -0500
  • 9a3562dfc6 github fixes JP Aumasson 2019-12-07 10:23:23 +0100
  • 4b2d856754 add many_parents benchmarks Jack O'Connor 2019-12-06 17:18:39 -0500
  • 19471453f5 add bench.rs Jack O'Connor 2019-12-06 15:42:53 -0500
  • 912ae19bce get rid of the bitflags dependency Jack O'Connor 2019-12-06 15:32:20 -0500
  • 47ef3ad01f add struct Hasher Jack O'Connor 2019-12-05 17:56:19 -0500
  • db9b5ec1a8 kaby lake graph, readme edit JP Aumasson 2019-12-05 22:01:28 +0100
  • d0b26aac11
    Merge pull request #1 from veorq/jp/contributing Jean-Philippe Aumasson 2019-12-05 08:45:03 +0100
  • 5458066da9 add hash/keyed_hash/derive_key and tests against reference_impl.rs Jack O'Connor 2019-12-04 17:39:06 -0500
  • 1ed705374d add a few tests for the arithmetic helpers Jack O'Connor 2019-12-04 16:55:50 -0500
  • a274a9b0fa add recursive subtree hashing Jack O'Connor 2019-12-03 18:54:51 -0500
  • 7da55e3c7c tweaks JP Aumasson 2019-12-04 19:02:53 +0100
  • 7f2ee9447b move authors to readme JP Aumasson 2019-12-04 18:58:03 +0100
  • 79558581f3 readme draft and benchmark JP Aumasson 2019-12-04 18:57:05 +0100
  • 8f2a7b0e1c contributing JP Aumasson 2019-12-04 17:26:28 +0100
  • 7736b254ce implementation notes Jack O'Connor 2019-12-03 16:23:19 -0500
  • ccdff5db59 add struct ChunkState Jack O'Connor 2019-12-03 15:46:58 -0500
  • aa6134d287 add struct Output Jack O'Connor 2019-12-03 15:18:16 -0500
  • 07890f36f6 switch from words to bytes in representing chaining values Jack O'Connor 2019-12-03 15:18:08 -0500
  • daad5a55b6 add no_std support Jack O'Connor 2019-12-03 13:44:30 -0500
  • ad97e2b160 add struct Hash Jack O'Connor 2019-12-03 13:34:12 -0500
  • c01b725bc7 add platform.rs Jack O'Connor 2019-12-03 13:27:28 -0500
  • acdd9b3dbe add avx2.rs Jack O'Connor 2019-12-03 11:00:47 -0500
  • 8f15aa3dfb add sse41.rs Jack O'Connor 2019-12-02 18:02:11 -0500
  • e4e0b0f99d test_reference_impl_size Jack O'Connor 2019-12-02 17:32:33 -0500
  • 21df6b1103 add portable.rs Jack O'Connor 2019-12-02 17:30:55 -0500
  • 2030966062 add the reference implementation Jack O'Connor 2019-12-02 17:03:07 -0500
  • 4d0d2ccd99 initial commit Jack O'Connor 2019-12-02 16:52:56 -0500