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
6 changes: 6 additions & 0 deletions yaml/adler32.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: CC0-1.0
id: 'adler32'
name: 'Adler-32'
cryptoClass: 'Cryptographic-Hash-Function/Hash-Function'
commonkeySize: '32'
specifiedkeySize: '32'
4 changes: 4 additions & 0 deletions yaml/ansix931.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
id: 'ansix931'
name: 'ANSI X9.31'
cryptoClass: 'Protocol-Standard'
4 changes: 4 additions & 0 deletions yaml/ansix942.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
id: 'ansix942'
name: 'ANSI X9.42'
cryptoClass: 'Protocol-Standard'
4 changes: 4 additions & 0 deletions yaml/ansix963.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
id: 'ansix963'
name: 'ANSI X9.63'
cryptoClass: 'Protocol-Standard'
6 changes: 6 additions & 0 deletions yaml/argon2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: CC0-1.0
id: 'argon2'
name: 'Argon2'
cryptoClass: 'Key-Derivation-Function'
commonkeySize: '256'
specifiedkeySize: {min: '128', max: '512'}
6 changes: 6 additions & 0 deletions yaml/blake2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: CC0-1.0
id: 'blake2'
name: 'BLAKE2'
cryptoClass: 'Cryptographic-Hash-Function/Hash-Function'
commonkeySize: '512'
specifiedkeySize: '512'
6 changes: 6 additions & 0 deletions yaml/blake3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: CC0-1.0
id: 'blake3'
name: 'BLAKE3'
cryptoClass: 'Cryptographic-Hash-Function/Hash-Function'
commonkeySize: '256'
specifiedkeySize: '256'
4 changes: 4 additions & 0 deletions yaml/cbc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
id: 'cbc'
name: 'Cipher Block Chaining'
cryptoClass: 'Block-Cipher-Mode'
4 changes: 4 additions & 0 deletions yaml/ccm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
id: 'ccm'
name: 'Counter with CBC-MAC'
cryptoClass: 'Block-Cipher-Mode'
4 changes: 4 additions & 0 deletions yaml/cfb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
id: 'cfb'
name: 'Cipher Feedback'
cryptoClass: 'Block-Cipher-Mode'