HmacSHA512t

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

Creates a new instance of HmacSHA512t.

Throws

IllegalArgumentException

when:

  • key is empty

  • t is less than 8

  • t is greater than or equal to 512

  • t is not a factor of 8

  • t is 384