Skip to content

v0.4.0

Compare
Choose a tag to compare
@Frostie314159 Frostie314159 released this 13 Aug 15:20
· 63 commits to master since this release
f76bda8

Frame format RW

  • Added builder for RSNElement

Crypto

  • Added support for computing the Michael MIC
  • Added support for mapping a passphrase to a PSK

Fixes

  • Fixed incorrect imports in match_frames!(#8 and #9, thanks to @kevinbader)
  • Fixed missing trait import in element_chain macro

Misc

  • Marked enums as #[non_exhaustive]
  • Marked various functions as inline
  • Updated mac_parser, to allow better optimization.