Skip to content
Open
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
4 changes: 2 additions & 2 deletions yaml/blakex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
id: blakex
name: BLAKE Hash Function
cryptoClass: Cryptographic-Hash-Function/Hash-Function
commonkeySize: {'256','512'}
specifiedkeySize: {min: '256', max: '512'}
commonkeySize: ['256','512']
specifiedkeySize: {min: '256', max: '512'}
2 changes: 1 addition & 1 deletion yaml/shax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id: shax
name: SHA-x (SHA-1, SHA-256, etc.)
cryptoClass: Cryptographic-Hash-Function/Hash-Function
commonkeySize: ['128','512']
specifiedkeySize: {min: '224', max: '512'}
specifiedkeySize: {min: '224', max: '512'}