Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
2047dcfe
Commit
2047dcfe
authored
Jan 16, 2002
by
Niels Möller
Browse files
(main): Use crypto_hmac_sha1_algorithm.
Rev: src/pkcs5-test.c:1.5
parent
ff160505
Changes
1
Show whitespace changes
Inline
Side-by-side
src/pkcs5-test.c
View file @
2047dcfe
...
...
@@ -76,7 +76,7 @@ int main(int argc, char **argv)
key
=
alloca
(
length
);
pkcs5_derive_key
(
make_hmac_algorithm
(
&
sha1_algorithm
)
,
pkcs5_derive_key
(
&
crypto_hmac_
sha1_algorithm
,
strlen
(
password
),
password
,
strlen
(
salt
),
salt
,
iterations
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment