Skip to main content
European CommissionEBSI European Blockchain
Select the Environment you want to work withEnvironment:
warning icon

A new version of this API is now available.

EBSI will stop supporting this maintenance version in the upcoming months. You can find the details of the upcoming release and affected endpoints in the change log. Please contact eu-ebsi@ec.europa.eu if this upcoming release might cause a high impact on either an ongoing development or a piloting demonstration.

Get a hash algorithm

GET 

/did-registry/v3/hash-algorithms/:hashAlgorithmId

Returns a hash algorithm based on its ID.

Request

Path Parameters
    hashAlgorithmId stringrequired
    Example: 1

Responses

Success

Schema
    outputLengthBits number

    Hash algorithm output length in bits. 0 if the output length if variable.

    ianaName string

    Hash algorithm IANA name.

    oid string

    Object identifier.

    status string

    Status of the algorithm (active, revoked).

    multihash string

    Multihash name

Loading...