https://issues.dlang.org/show_bug.cgi?id=16510
Issue ID: 16510
Summary: Request: RSA digital signature validation in phobos
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
This is a request for adding RSA to std.digest. Especially I am interested in
the digital signature validation.
RSA is used for creating digital signatures for e.g. JSON Web Tokens. It would
be great if the algorithm could be added to Phobos.
--