• 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
b049744 2020-01-13 07:07:23 Jack O'Connor

include the right context string in the test_vectors.json comment

I must've written the comment one way, and then changed the context
string later, without realizing that I'd copied it. Apologies to
everyone whose time I wasted with this.

Fixes https://github.com/BLAKE3-team/BLAKE3/issues/15.

793c8a2 2020-01-11 14:23:07 Jack O'Connor

disambiguate the two test

We can't change the context used in test_vectors.json without breaking
people, but we can change the one in unit tests.

d7d71b2 2020-01-11 00:49:33 Jack O'Connor

move 0-length checks to the top-level C API functions

253e830 2020-01-11 00:41:35 Guido Vranken

C impl: Prevent memcpy undefined behavior

8d3f338 2020-01-11 00:29:48 Jack O'Connor

correct the comments around SIMD rotations

9096249 2020-01-11 00:22:12 Jack O'Connor

enable CI on pull requests

As per instructions at:
https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows

1d17689 2020-01-11 00:00:17 Jack O'Connor

same license field fix in b3sum/Cargo.toml

a7e11c7 2020-01-10 23:57:25 Brendan Molloy

Update license field in Cargo.toml

Fixes the issue of crates.io not recognising the license, and using the `OR` terminology to describe the dual licensing option.

0397d42 2020-01-10 23:54:35 Leonard Buskin

Fix misspelled words_from_little_endian_bytes

bef2034 2020-01-10 06:49:37 Jack O'Connor

fix cross_test.sh

This is a hacky test script, and it broke when I added a feature flag,
while our CI was past quota :(

a794a91 2020-01-10 05:40:22 Jack O'Connor

link directly to the blake3.pdf file in the spec repo

7f43ed9 2020-01-10 01:48:09 Jack O'Connor

use the Apache-2.0 license in Cargo.toml

This project is also CC0, but crates.io doesn't seem to understand that
one.

3cf242b 2020-01-10 00:50:55 Jack O'Connor

fill out Cargo.toml files for publication

af9b44c 2020-01-09 23:48:52 Jack O'Connor

replace the C code README with a "not yet ready" remark

88dcee7 2020-01-09 23:48:52 Jack O'Connor

remove the C code's separate LICENSE file

The LICENSE file at the top level of this repo is identical.

a0d7b4f 2020-01-09 23:48:52 Jack O'Connor

merge the C code's ci.yml into the top level one

CI is not currently working due to quota issues, so I'll need to check
that this is actually working later.

10c13c8 2020-01-09 23:48:52 Jack O'Connor

remove the C code's duplicated copy of the test vectors

8be609b 2020-01-09 23:48:52 Jack O'Connor

delete the previous vendored C files and repoint the Rust code

a7579d3 2020-01-09 23:48:52 Jack O'Connor

merge BLAKE3-c into this repo

This is commit 4476d9da0e370993823e7ad17592b84e905afd76 of
https://github.com/veorq/BLAKE3-c.

56ced5b 2020-01-09 23:21:07 Jack O'Connor

switch the reference impl to use the single permutation

442775e 2020-01-09 23:21:07 Jack O'Connor

test_msg_schedule_permutation

6165c92 2020-01-09 08:41:53 Jack O'Connor

tweaks again

7abaa1b 2020-01-09 08:27:04 Jack O'Connor

more wording tweaks in README.md

a8e2641 2020-01-09 07:01:59 JP Aumasson

merge

c3490e9 2020-01-09 04:27:19 Jack O'Connor

baokeshed -> bao

6d5bd23 2020-01-09 04:17:24 Jack O'Connor

BLAKE3.svg and B3.svg

ed81da9 2020-01-09 03:28:02 JP Aumasson

code comment

6e2889c 2020-01-09 01:16:24 JP Aumasson

readme fixes

3701e67 2020-01-08 23:41:12 JP Aumasson

contributing fix

b661fbd 2020-01-08 23:31:16 JP Aumasson

emphasis