Module: Linzer::RSAPSS
- Defined in:
- lib/linzer/rsa_pss.rb
Overview
RSA-PSS (RSASSA-PSS) signature algorithm support.
RSA-PSS is the recommended RSA signature scheme, providing better security properties than the older PKCS#1 v1.5 scheme. It uses probabilistic padding which makes signatures non-deterministic.
Defined Under Namespace
Classes: Key
Constant Summary collapse
- SALT_LENGTH =
Default salt length for PSS padding (64 bytes).
64