Skip to content

Enum: HashAlgorithmEnum

Curated hash algorithm values. Other values are permitted (OSCAL allow-other="yes").

__

URI: [oscal:HashAlgorithmEnum](https://w3id.org/lmodel/oscal/HashAlgorithmEnum) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | SHA-224 | None | | | SHA-256 | None | | | SHA-384 | None | | | SHA-512 | None | | | SHA3-224 | None | | | SHA3-256 | None | | | SHA3-384 | None | | | SHA3-512 | None | | ## Identifier and Mapping Information ### Annotations | property | value | | --- | --- | | allow_any | True | ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## LinkML Source
name: HashAlgorithmEnum
annotations:
  allow_any:
    tag: allow_any
    value: true
description: 'Curated hash algorithm values. Other values are permitted (OSCAL allow-other="yes").

  '
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
permissible_values:
  SHA-224:
    text: SHA-224
  SHA-256:
    text: SHA-256
  SHA-384:
    text: SHA-384
  SHA-512:
    text: SHA-512
  SHA3-224:
    text: SHA3-224
  SHA3-256:
    text: SHA3-256
  SHA3-384:
    text: SHA3-384
  SHA3-512:
    text: SHA3-512