commit | 5569e8c07447344cdc3771378ba4e0da0b94c2a4 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Dec 06 12:31:54 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 13 18:24:58 2018 +0800 |
tree | e7aad4184e7727396465e8839c9e858212bc01b0 | |
parent | a033aed5a84eb93a32929b6862602cb283d39e82 [diff] |
crypto: xchacha - add test vector from XChaCha20 draft RFC There is a draft specification for XChaCha20 being worked on. Add the XChaCha20 test vector from the appendix so that we can be extra sure the kernel's implementation is compatible. I also recomputed the ciphertext with XChaCha12 and added it there too, to keep the tests for XChaCha20 and XChaCha12 in sync. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>