mirror of
https://github.com/danbulant/jose
synced 2026-05-25 13:01:49 +00:00
https://tools.ietf.org/html/rfc7518 section 3.5 states that the size of the salt value is the same size as the hash function output. This is to accomodate that requirement and achieve interop with other conform implementations. This also prompted enforcing the proper key sizes. |
||
|---|---|---|
| .. | ||
| ecdh | ||
| aes_cbc_hmac_sha2.js | ||
| aes_gcm.js | ||
| aes_gcm_kw.js | ||
| aes_kw.js | ||
| ecdsa.js | ||
| hmac.js | ||
| index.js | ||
| pbes2.js | ||
| rsaes.js | ||
| rsassa.js | ||
| rsassa_pss.js | ||