Skip to content

Commit

Permalink
Merge 6731023 into 447f15b
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-holmes committed Aug 29, 2014
2 parents 447f15b + 6731023 commit 1b9faab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rbnacl/password_hash/scrypt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ class SCrypt

begin
sodium_type :pwhash
sodium_primitive :scryptxsalsa208sha256
sodium_primitive :scryptsalsa208sha256

sodium_constant :SALTBYTES

sodium_function :scrypt,
:crypto_pwhash_scryptxsalsa208sha256,
:crypto_pwhash_scryptsalsa208sha256,
[:pointer, :ulong_long, :pointer, :ulong_long, :pointer, :ulong_long, :size_t]


Expand Down

0 comments on commit 1b9faab

Please sign in to comment.