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

pub static SHA384: Algorithm = Algorithm{output_len: 384 / 8,
          chaining_len: 512 / 8,
          block_len: 1024 / 8,
          len_len: 128 / 8,
          block_data_order: GFp_sha512_block_data_order,
          format_output: sha512_format_output,
          initial_state:
              [14680500436340154072, 7105036623409894663,
               10473403895298186519, 1526699215303891257, 7436329637833083697,
               10282925794625328401, 15784041429090275239,
               5167115440072839076],}

SHA-384 as specified in FIPS 180-4.