Fixed RSA PSS verificatiobn bug (when hash_len != salt_len).
[BearSSL] / inc / bearssl_aead.h
2018-05-27 Thomas PorninFixed some typographic errors in comments.
2018-02-08 Thomas PorninAdded API to share precomputations in EAX.
2017-10-23 Thomas PorninAdded generic EAX and CCM implementations.
2017-07-17 Thomas PorninAdded general-purpose API for AEAD algorithms, and...