dlang / project-ideas

Collection of impactful projects in the D ecosystem
36 stars 12 forks source link

Crypto module in std. #58

Open vikasgola opened 4 years ago

vikasgola commented 4 years ago

Description

It would be great and helpful if a crypto module can be included in std.

What are rough milestones of this project?

To include some basic crypto methods in the standard library of D language

Recommended skills

Point of Contact

@vikasgola

References

https://forum.dlang.org/thread/qjsmnyldyajxkttezdib@forum.dlang.org

andre2007 commented 3 years ago

Yes, I highly miss a RSA signature validation within Phobos. One use case for that is JWT. Maybe this could be used as inspiration https://www.libtom.net/.

Should we add the gsoc2021 label?

vikasgola commented 3 years ago

@andre2007 Yes, sure.