• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

blake3パッケージ


RSS
Rev. Time Author
8436373 2020-01-08 23:29:24 JP Aumasson

tweaks

31b4b4c 2020-01-08 23:29:04 JP Aumasson

tweaks

bb95913 2020-01-08 08:04:02 Jack O'Connor

tweak the intellectual property wording

60092cd 2020-01-08 07:57:50 Jack O'Connor

replace `sha256sum` with `openssl sha256`, for macOS compatibility

e04b8b1 2020-01-08 07:44:50 Jack O'Connor

clarify that b3sum --keyed takes raw key bytes

2441f29 2020-01-08 07:39:26 Jack O'Connor

fill out the Usage section of the README

b0d775d 2020-01-08 05:41:35 Jack O'Connor

simplify the docs example

05f9cbd 2020-01-08 05:21:00 Jack O'Connor

username typo

e02be10 2020-01-08 05:20:56 Jack O'Connor

replace the README graph with a bar chart

1a9d801 2020-01-07 08:25:53 JP Aumasson

s/zcash/ecc

77eba91 2020-01-06 13:28:20 JP Aumasson

pwd hash

7628a08 2020-01-06 13:16:20 JP Aumasson

.

3112185 2020-01-06 12:56:26 JP Aumasson

readme tweaks, sponsors

295224d 2020-01-06 11:06:49 Jack O'Connor

README wording tweaks

f79c648 2020-01-06 10:42:20 Jack O'Connor

update the throughput graph

bee430b 2020-01-06 09:21:47 Jack O'Connor

make the --length argument require a value

952ea94 2020-01-06 05:49:57 JP Aumasson

copyrights

80260dc 2020-01-06 04:57:17 Jack O'Connor

switch to the new permutations

34f146b 2020-01-06 04:19:06 Jack O'Connor

edits to README.md

9fe42d0 2020-01-06 03:29:50 Jack O'Connor

warn not to use derive_key with passwords

72ba63c 2020-01-05 11:49:38 Jack O'Connor

turn on AVX-512 in the test vectors

5b4f79f 2020-01-05 00:30:59 Jack O'Connor

comment punctuation nit

86aaa13 2020-01-04 18:33:55 JP Aumasson

merge fix

02be834 2020-01-04 18:30:43 JP Aumasson

readme tweaks

dc324a1 2019-12-30 02:55:19 Jack O'Connor

add the guts module to share code with Bao

2fac744 2019-12-29 08:56:29 Jack O'Connor

make derive_key take a key of any length

The previous version of this API called for a key of exactly 256 bits.
That's good for optimal performance, but it would mean losing the
use-with-other-algorithms property for applications whose input keys are
a different size. There's no way for an abstraction over the previous
version to provide reliable domain separation for the "extract" step.

ba28064 2019-12-25 07:51:43 Jack O'Connor

switch back to counting trailing 0 bits

These things are totally equivalent, and I keep going back and forth,
but now I think this is slightly clearer.

c9ffbdd 2019-12-25 04:30:04 Jack O'Connor

use self.flags instead of self.chunk_state.flags in the reference impl

This is clearer, and because of padding requirements it doesn't change
the size of the Hasher struct. (We have a test for this.)

8aae07f 2019-12-25 04:12:18 Jack O'Connor

switch from counting trailing 0 bits to counting trailing 1 bits

6c1155a 2019-12-24 06:47:40 Jack O'Connor

get rid of unnecessary variables in push_chunk_chaining_value