Small RSA or DSA lib without dependencies

前端 未结 3 870
灰色年华
灰色年华 2021-02-05 16:48

Is there a small library for RSA or DSA without any dependencies like GMP or OpenSSL? (Written in C or Asm)

3条回答
  •  无人共我
    2021-02-05 16:50

    You may find LibTomCrypt useful. It's written in C, supports RSA and DSA (along with a host of other algorithms), and is public domain software. You can read about it here.

提交回复
热议问题