Skip to content

v0.10.0

Choose a tag to compare

@hannesm hannesm released this 20 Apr 13:52
· 268 commits to main since this release

CHANGES:

  • mirage-crypto-rng on arm32 only use mrrc if in kernel mode, use mrc in user
    land mode, and clock_gettime as fallback (reported by @adams-1979 in #113,
    fix in #120 by @hannesm)
  • mirage-crypto-ec: revise key generation API, and provide Dh.secret_of_cstruct
    for test vectors (and other scenarios where you need to decode an existing
    DH secret). Before, this was embedded into the generate function, which
    could diverged for some input (#119 @hannesm)