pkcsHashId

Return the PKCS #1 hash identifier @see RFC 3447 section 9.2

Vector!ubyte
pkcsHashId
(
in string name
)

Parameters

name string

the name of the hash function

Return Value

Type: Vector!ubyte

ubyte sequence identifying the hash

Throws

$D(InvalidArgument) if the hash has no known PKCS #1 hash id

Meta