HmacSHA512t

constructor(key: ByteArray, t: Int)(source)

Creates a new instance of HmacSHA512t.

Throws

if key size is less than 1

when:

  • t is less than 0

  • t is greater than or equal to 512

  • t is not a factor of 8

  • t is 384