This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.
from 252bf2d Merge pull request #190 from atoulme/fix_urls
new 4d30905 Add sodium to hashing
new 30f375d Add sodium to hashing
new 9dcd526 Merge pull request #191 from atoulme/add_sodium_to_hashing
The 703 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/tuweni/crypto/Hash.java | 30 +++++++++++
.../org/apache/tuweni/crypto/sodium/LibSodium.java | 2 +-
.../sodium/{SHA256Hash.java => SHA512Hash.java} | 58 +++++++++++-----------
.../org/apache/tuweni/crypto/sodium/Sodium.java | 2 +-
.../java/org/apache/tuweni/crypto/HashTest.java | 25 ++++++++++
.../apache/tuweni/crypto/sodium/SodiumTest.java | 10 ++--
6 files changed, 92 insertions(+), 35 deletions(-)
copy crypto/src/main/java/org/apache/tuweni/crypto/sodium/{SHA256Hash.java =>
SHA512Hash.java} (76%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]