@@ -3544,6 +3544,23 @@ See the [list of SSL OP Flags][] for details.
35443544 </tr >
35453545</table >
35463546
3547+ [ AEAD algorithms ] : https://en.wikipedia.org/wiki/Authenticated_encryption
3548+ [ CCM mode ] : #crypto_ccm_mode
3549+ [ Caveats ] : #crypto_support_for_weak_or_compromised_algorithms
3550+ [ Crypto constants ] : #crypto_crypto_constants_1
3551+ [ HTML 5.2 ] : https://www.w3.org/TR/html52/changes.html#features-removed
3552+ [ HTML5's `keygen` element ] : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
3553+ [ NIST SP 800-131A ] : https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
3554+ [ NIST SP 800-132 ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
3555+ [ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3556+ [ Nonce-Disrespecting Adversaries ] : https://github.com/nonce-disrespect/nonce-disrespect
3557+ [ OpenSSL's SPKAC implementation ] : https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html
3558+ [ RFC 1421 ] : https://www.rfc-editor.org/rfc/rfc1421.txt
3559+ [ RFC 2412 ] : https://www.rfc-editor.org/rfc/rfc2412.txt
3560+ [ RFC 3526 ] : https://www.rfc-editor.org/rfc/rfc3526.txt
3561+ [ RFC 3610 ] : https://www.rfc-editor.org/rfc/rfc3610.txt
3562+ [ RFC 4055 ] : https://www.rfc-editor.org/rfc/rfc4055.txt
3563+ [ RFC 5208 ] : https://www.rfc-editor.org/rfc/rfc5208.txt
35473564[ `Buffer` ] : buffer.md
35483565[ `EVP_BytesToKey` ] : https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html
35493566[ `KeyObject` ] : #crypto_class_keyobject
@@ -3594,27 +3611,10 @@ See the [list of SSL OP Flags][] for details.
35943611[ `util.promisify()` ] : util.md#util_util_promisify_original
35953612[ `verify.update()` ] : #crypto_verify_update_data_inputencoding
35963613[ `verify.verify()` ] : #crypto_verify_verify_object_signature_signatureencoding
3597- [ AEAD algorithms ] : https://en.wikipedia.org/wiki/Authenticated_encryption
3598- [ CCM mode ] : #crypto_ccm_mode
3599- [ Caveats ] : #crypto_support_for_weak_or_compromised_algorithms
3600- [ Crypto constants ] : #crypto_crypto_constants_1
3601- [ HTML 5.2 ] : https://www.w3.org/TR/html52/changes.html#features-removed
3602- [ HTML5's `keygen` element ] : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
3603- [ NIST SP 800-131A ] : https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
3604- [ NIST SP 800-132 ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
3605- [ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3606- [ modulo bias ] : https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias
3607- [ Nonce-Disrespecting Adversaries ] : https://github.com/nonce-disrespect/nonce-disrespect
3608- [ OpenSSL's SPKAC implementation ] : https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html
3609- [ RFC 1421 ] : https://www.rfc-editor.org/rfc/rfc1421.txt
3610- [ RFC 2412 ] : https://www.rfc-editor.org/rfc/rfc2412.txt
3611- [ RFC 3526 ] : https://www.rfc-editor.org/rfc/rfc3526.txt
3612- [ RFC 3610 ] : https://www.rfc-editor.org/rfc/rfc3610.txt
3613- [ RFC 4055 ] : https://www.rfc-editor.org/rfc/rfc4055.txt
3614- [ RFC 5208 ] : https://www.rfc-editor.org/rfc/rfc5208.txt
36153614[ encoding ] : buffer.md#buffer_buffers_and_character_encodings
36163615[ initialization vector ] : https://en.wikipedia.org/wiki/Initialization_vector
36173616[ list of SSL OP Flags ] : https://wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
3617+ [ modulo bias ] : https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias
36183618[ safe integers ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger
36193619[ scrypt ] : https://en.wikipedia.org/wiki/Scrypt
36203620[ stream ] : stream.md
0 commit comments