mirror of
https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git
synced 2025-12-28 20:42:18 +01:00
1 line
No EOL
1.2 KiB
JavaScript
1 line
No EOL
1.2 KiB
JavaScript
initSidebarItems({"constant":[["MAX_BLOCK_LEN","The maximum block length (`Algorithm::block_len`) of all the algorithms in this module."],["MAX_CHAINING_LEN","The maximum chaining length (`Algorithm::chaining_len`) of all the algorithms in this module."],["MAX_OUTPUT_LEN","The maximum output length (`Algorithm::output_len`) of all the algorithms in this module."],["SHA1_OUTPUT_LEN","The length of the output of SHA-1, in bytes."],["SHA256_OUTPUT_LEN","The length of the output of SHA-256, in bytes."],["SHA384_OUTPUT_LEN","The length of the output of SHA-384, in bytes."],["SHA512_256_OUTPUT_LEN","The length of the output of SHA-512/256, in bytes."],["SHA512_OUTPUT_LEN","The length of the output of SHA-512, in bytes."]],"fn":[["digest","Returns the digest of `data` using the given digest algorithm."]],"static":[["SHA1","SHA-1 as specified in [FIPS 180-4]. Deprecated."],["SHA256","SHA-256 as specified in [FIPS 180-4]."],["SHA384","SHA-384 as specified in [FIPS 180-4]."],["SHA512","SHA-512 as specified in [FIPS 180-4]."],["SHA512_256","SHA-512/256 as specified in [FIPS 180-4]."]],"struct":[["Algorithm","A digest algorithm."],["Context","A context for multi-step (Init-Update-Finish) digest calculations."],["Digest","A calculated digest value."]]}); |