History log of /openbsd/sys/crypto/michael.c (Results 1 – 2 of 2)
Revision Date Author Comments
# fa684418 21-Jul-2008 damien <damien@openbsd.org>

gives this a chance to work on architectures with strict alignment
constraints.


# 3eff7d12 21-Mar-2006 reyk <reyk@openbsd.org>

Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP.
The MIC generates a weak 64bit digest protected by an additional key.
Obviously, this digest alg is required for future IEEE 802

Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP.
The MIC generates a weak 64bit digest protected by an additional key.
Obviously, this digest alg is required for future IEEE 802.11i/WPA
support.

test vectors passed on alpha amd64 mvme68k mvme88k sgi sparc sparc64 vax i386

ok djm@

show more ...