1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-11-26 04:26:12 +01:00

Commit Graph

  • 467c5446ac
    Update blake2-impl.h mjvk 2018-05-09 11:49:17 +0100
  • 3d6155ab16
    Update blake2-impl.h mjvk 2018-05-09 11:47:33 +0100
  • cf068aafd6
    Update cast of load16 mjvk 2018-05-09 11:47:06 +0100
  • ca4c89314a
    Merge pull request #49 from leighbb/arm-neon Samuel Neves 2018-04-19 12:41:33 +0100
  • 7965d3e6e1 Add ARM NEON versions of blake2s and blake2b Leigh Brown 2018-04-02 20:07:05 +0100
  • beb75f4512
    Merge pull request #47 from CB-Rambo/master Samuel Neves 2018-02-15 20:54:56 +0000
  • d43735ad6d
    syntax correction Krishna 2018-02-14 12:41:17 -0500
  • 48ef2d446e Merge 88d68e69f09c01d4e75bcf5c44a8e309c31a65bd into 5cbb39c9ef8007f0b63723e3aea06cd0887e36ad hassan 2017-09-18 19:59:06 +0000
  • 88d68e69f0 fix hash outbytes length hassan 2017-09-18 21:58:54 +0200
  • cb6112c389 fix hash outbytes length hassan 2017-09-18 13:06:06 +0200
  • f74caa134f Merge 6b060e72e865446fe08a88cd3dbb89fb885571b9 into 5cbb39c9ef8007f0b63723e3aea06cd0887e36ad Pádraig Brady 2017-03-26 18:29:42 +0000
  • 5cbb39c9ef issue #41 Samuel Neves 2017-03-07 18:42:27 +0000
  • 7728c30896 keylength=0 in B2 instances in b2x* JP Aumasson 2016-12-03 10:50:38 +0100
  • e4de156be0 typos JP Aumasson 2016-12-02 18:35:13 +0100
  • 7ba0f268ee Merge pull request #37 from pixelb/cleanups Samuel Neves 2016-11-09 21:48:08 +0000
  • 2407e7a40a maint: strip various trailing whitespace Pádraig Brady 2016-11-09 21:30:52 +0000
  • a90684ab3f Address bug with small blake2*p output sizes (see #36) Samuel Neves 2016-11-09 20:37:09 +0000
  • 6b060e72e8 fix incorrect parallel hashes returned with -l Pádraig Brady 2016-10-31 02:55:19 +0000
  • d4418edab4 Merge pull request #35 from BLAKE2/b2x JP Aumasson 2016-10-28 09:29:15 +0200
  • 5522bb2325 unkeyed api b2x Samuel Neves 2016-10-12 17:55:15 +0100
  • ee9e22ba34 consistency JP Aumasson 2016-10-12 18:08:51 +0200
  • 2a22fad500 check final return value JP Aumasson 2016-10-12 18:05:37 +0200
  • c19dd2bd83 formatting, more c89 Samuel Neves 2016-10-12 15:19:55 +0100
  • 7a39ee4736 c89 compliance JP Aumasson 2016-10-12 10:22:17 +0200
  • f5c56ea028 -Wall, clean kats JP Aumasson 2016-10-12 10:15:41 +0200
  • de31f550f3 replace some c99isms Samuel Neves 2016-10-11 22:12:43 +0100
  • cb19577245 missing adjustments Samuel Neves 2016-10-11 22:03:29 +0100
  • 8b6442c3af sse genkats JP Aumasson 2016-10-11 22:55:35 +0200
  • 25f38cbc5e b2x added to sse/ JP Aumasson 2016-10-11 22:54:18 +0200
  • 6493c5862c fixed json input display JP Aumasson 2016-10-11 22:37:14 +0200
  • 1f26297f81 bug in key-less b2x JP Aumasson 2016-10-11 22:32:53 +0200
  • c44e34b3a5 copyright notice JP Aumasson 2016-10-11 22:00:39 +0200
  • 2994ec582c json kats JP Aumasson 2016-10-11 21:55:56 +0200
  • d113d9c26d streaming api prototypes JP Aumasson 2016-10-11 21:38:20 +0200
  • 09f8e4f99e b2xb and tests JP Aumasson 2016-10-11 21:36:56 +0200
  • c09fb30361 b2xs tests ok JP Aumasson 2016-10-11 21:08:09 +0200
  • 73dd9e9038 b2s xof unkeyed kats JP Aumasson 2016-10-11 20:48:16 +0200
  • ae633ca8e2 b2xs test procedures JP Aumasson 2016-10-11 20:25:14 +0200
  • 73bd0dc652 length bug Samuel Neves 2016-10-11 16:18:48 +0100
  • 1dd6358997 style, consistency, wip Samuel Neves 2016-10-11 15:04:29 +0100
  • c038f88aec basic b2xs and b2xb JP Aumasson 2016-10-11 15:06:44 +0200
  • 97c8a0cd55 adding xof_length for b2x support JP Aumasson 2016-10-11 14:54:09 +0200
  • c314fb42d4 makefile conflict fixed cleanups JP Aumasson 2016-10-11 14:23:18 +0200
  • 884be7a709 Blake2Sharp.CompressionCodeGen and Blake2Sharp.Tests are .NET Core projects now Pawel Gerr 2016-09-10 12:20:07 +0200
  • 304ab8bdd4 Added support for .NET Core. Had to remove IClonable from Blake2BConfig and Blake2BTreeConfig because .NET Core don't have that interface. Pawel Gerr 2016-09-10 12:00:34 +0200
  • 70cd5d62ec Merge f9022921348892dab9b498f8d98910be4ff294b7 into cb0506c0824c0a449735ece06732656bb8977556 Uli Riehm 2016-07-31 20:15:11 +0000
  • f902292134 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 22:14:50 +0200
  • 79cd79201d New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 21:50:00 +0200
  • 5deb852c79 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 21:48:54 +0200
  • d7fcc6c084 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 18:06:09 +0200
  • bf7158ea86 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 17:48:47 +0200
  • e2cc7eab58 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 17:42:54 +0200
  • d674e52bac New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 04:49:53 +0200
  • 7539d56698 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 04:34:29 +0200
  • a9f01a10f7 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 04:27:39 +0200
  • 848aae7ea8 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 04:03:13 +0200
  • c8474cb40f New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 03:29:54 +0200
  • 1e3dd8fe2c New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 03:15:05 +0200
  • 4c487abc0a New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 03:08:36 +0200
  • 539b1351c0 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 03:02:52 +0200
  • 8c95356318 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 00:49:33 +0200
  • fae9da8124 New Blake2.cs: Inheriting HashAlgorithm and IDisposable metadings 2016-07-31 00:20:22 +0200
  • cb0506c082 rename readme Samuel Neves 2016-06-22 08:14:58 +0100
  • 9630d9a206 add b2sum readme Samuel Neves 2016-06-22 08:13:00 +0100