Jared Crawford
Jared Crawford
Many of the previous and current issues are due to a lack of type hints e.g. #3810 #2976 . Often, there are changes to function signatures, assumptions on presence of...
Problem: Regular expressions use the backslash character ('\') to indicate special forms or to allow special characters to be used without invoking their special meaning. This collides with Python’s usage...
Hi, I'd like to be able to use HPKE with alternative KEMs, but it's currently not usable because there's no public facing KEM abstraction and HPKE currently hard codes the...