Skip to content

0.6.0

Compare
Choose a tag to compare
@brycx brycx released this 30 Aug 22:35
· 1166 commits to master since this release
9c204c6

Changelog:

  • Fix: byteorder and rand imported correctly for no_std
  • Add default feature safe_api, meaning that for no_std, import orion with default features disabled
  • Due to dependency fixing, Double HMAC Verification is now only done in the safe_api
  • gen_rand_key now only available with safe_api