Koichi Fukuda
Koichi Fukuda
Implements #802 by adding the `OpenSSL::CMAC` class. The class has a similar set of methods to `OpenSSL::HMAC` except that * it calls MACs `mac` s and that * it does...
I have been using CMAC with AES-128, or AES-CMAC as specified in RFC 4493, with the help of a gem that targets that RFC. In several months, I will need...
Follow-up to #806. Implements #802 by adding the `OpenSSL::MAC` and `OpenSSL::MAC::CMAC` classes. The classes are defined if compiled against OpenSSL 3.