]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
crypto: Move from libargon2 -> x/crypto/argon2
authorJoseph Richey <joerichey94@gmail.com>
Thu, 8 Feb 2018 10:37:42 +0000 (02:37 -0800)
committerJoseph Richey <joerichey94@gmail.com>
Fri, 9 Feb 2018 11:36:11 +0000 (03:36 -0800)
commit5d71e1d16b069d7f6f22b7978f696af493a3c846
tree5b70632449c27b0f4e90ff50443c0347157ebe39
parentf4ccce6f486c26fdfa8d3d09929d464fc9368ab3
crypto: Move from libargon2 -> x/crypto/argon2

Use the golang library for the hashing function instead of the reference
C implementation. This removes the dependancy on libargon2. As we are no
longer doing our own error checking, we also eliminate those tests.
crypto/crypto.go
crypto/crypto_test.go