Static ring::digest::SHA384[][src]

pub static SHA384: Algorithm = Algorithm{output_len: SHA384_OUTPUT_LEN,
          chaining_len: SHA512_OUTPUT_LEN,
          block_len: SHA512_BLOCK_LEN,
          len_len: SHA512_LEN_LEN,
          block_data_order: GFp_sha512_block_data_order,
          format_output: sha512_format_output,
          initial_state:
              [14680500436340154072, 7105036623409894663,
               10473403895298186519, 1526699215303891257, 7436329637833083697,
               10282925794625328401, 15784041429090275239,
               5167115440072839076],
          id: AlgorithmID::SHA384,}

SHA-384 as specified in FIPS 180-4.