Module algorithms

Module algorithms 

Source
Expand description

Useful algorithms related to RSA.

Modulesยง

generate ๐Ÿ”’
Generate prime components for the RSA Private Key
mgf ๐Ÿ”’
Mask generation function common to both PSS and OAEP padding
oaep ๐Ÿ”’
Encryption and Decryption using OAEP padding.
pad ๐Ÿ”’
Special handling for converting the BigUint to u8 vectors
pkcs1v15 ๐Ÿ”’
PKCS#1 v1.5 support as described in RFC8017 ยง 8.2.
pss ๐Ÿ”’
Support for the Probabilistic Signature Scheme (PSS) a.k.a. RSASSA-PSS.
rsa ๐Ÿ”’
Generic RSA implementation