Path to this page:
Subject: CVS commit: pkgsrc/security/py-cryptodome
From: Adam Ciarcinski
Date: 2018-11-25 16:05:56
Message id: 20181125150556.EADADFB1F@cvs.NetBSD.org
Log Message:
py-cryptodome: updated to 3.7.1
3.7.1:
New features
Added type stubs to enable static type checking with mypy.
New update_after_digest flag for CMAC.
Resolved issues
Fixed problem with gcc 4.x when compiling ghash_clmul.c.
Incorrect digest value produced by CMAC after cloning the object.
Method update() of an EAX cipher object was returning the underlying CMAC \
object, instead of the EAX object itself.
Method update() of a CMAC object was not throwing an exception after the digest \
was computed (with digest() or verify()).
Files: