package nocrypto
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
PSS-based signing, as defined by PKCS #1 v2.1.
The same hash function is used for padding, MGF and computing message digest. MGF is MGF1 as defined in PKCS #1 2.1.
Keys must have a minimum of 2 + hlen + slen
bytes, where hlen
is the hash length and slen
is the seed length.
Parameters
Signature
sign ~g ~slen ~key message
the p PSS
-padded digest of message
, signed with the key
. slen
is the optional seed length and default to the size of the underlying hash function.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page