]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: salsa20 - export generic helpers
authorEric Biggers <ebiggers@google.com>
Fri, 5 Jan 2018 19:09:58 +0000 (11:09 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 12 Jan 2018 12:03:42 +0000 (23:03 +1100)
commiteb772f37ae8163a89e28a435f6a18742ae06653b
tree3f0561e7ee5d9944f0f7d077ba1168c7d5dfae32
parentb62b3db76f73c5a8cc132f78e7174bf57d582182
crypto: salsa20 - export generic helpers

Export the Salsa20 constants, transform context, and initialization
functions so that they can be reused by the x86 implementation.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/salsa20_generic.c
include/crypto/salsa20.h [new file with mode: 0644]