Checksum sb-checksum

{S}[B] Status [i]
proposed
Provenance
Used by
Contributors
Source (v0.0.1)

Attributes

Type: object
Description: Checksum

Properties

Property Type
checksum string
type string

checksum

The hexadecimal encoded (Base16) checksum for the data

checksum Value Example
"77af4d6b9913e693e8d0b4b294fa62ade6054e6b2f1ffb617ac955dd63fb0182"

type

The digest method used to create the checksum. The value (e.g. sha-256) SHOULD be listed as Hash Name String in the GA4GH Hash Algorithm Registry. Other values MAY be used, as long as implementors are aware of the issues discussed in RFC6920.

GA4GH may provide more explicit guidance for use of non-IANA-registered algorithms in the future.

type Value Example
"sha-256"