-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytestsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Currently we do not test HMAC-SHA3 implementation. There is no RFC for test cases, but the NIST gives test vectors: https://csrc.nist.gov/Projects/cryptographic-standards-and-guidelines/example-values.
I also need to find a way to declare test vectors more easily, and for that I think a separat module is probably easier but I'll first add SHA3 tests and NIST test vectors.
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytestsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement