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

Get a hash algorithm

GET 

/timestamp/v3/hash-algorithms/:hashAlgorithmId

Returns a hash algorithm identified by its ID.

Request

Path Parameters
    hashAlgorithmId stringrequired
    Example: 0

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...