Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion definitions_crypto_algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Keywords definition for each algorithm can be found on:
| skein | Skein Hash Function | 256 |
| ssha | Salted SHA | 128 |
| tiger | Tiger Hash Function | 256 |
| whirpool | Whirlpool Hash Function | 128 |
| whirlpool | Whirlpool Hash Function | 128 |

## Key Agreement

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: CC0-1.0
algorithm: Whirlpool Hash Function
algorithmId: whirpool
algorithmId: whirlpool
category: Hash Functions
strength: "128"
Comment thread
dopicatto marked this conversation as resolved.