v0.4.0
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.