Co-dfns / mystika

High-end Cryptographic Library
GNU Affero General Public License v3.0
43 stars 26 forks source link

RSA Signing #27

Open arcfide opened 9 years ago

Tikhon03 commented 9 years ago

This amounts to combining applying modular exponentiation to the hash value of a message. Ideally it should be implemented in such a way as to be independent of the hash function, but for an initial pass it suffices to implement it with SHA-2.