Skip to content

v1.1.0

Compare
Choose a tag to compare
@patrickfav patrickfav released this 13 Jun 17:40
v1.1.0
9567e15

Changes

  • refactor HkdfMacFactory to accept SecretKey types instead of byte array - helps to be compatible with some security frameworks #4

Breaking Change

The interface HkdfMacFactory changed to accept SecretKey and two new methods where added for creating
a secret key from a raw byte source and to return the mac length in bytes. See the default implementation
for details on how to implement this if you need a custom impl.