You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a PHP 8+ implementation of Ascon v1.2, an authenticated cipher and hash function.
5
+
This is a PHP implementation of Ascon v1.3, an authenticated cipher and hash function.
6
6
It allows to encrypt and decrypt any kind of message. Includes the authenticated encryption and hash function variants as specified in [NIST SP 800-232 (initial public draft)](https://csrc.nist.gov/pubs/sp/800/232/ipd).
7
7
Heavily inspired by the python implementation of Ascon by https://github.com/meichlseder/pyascon
0 commit comments