AES, Serpent or Twofish in C example?

后端 未结 3 1957
野趣味
野趣味 2020-12-31 17:20

I found a lot of implementations of AES, Twofish and Serpent in C. But I don\'t really understand the examples. I only understand that some where provided with examples to i

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-31 17:38

    Download OpenSSL/Putty/GnuPG sources. All of them contains source of corresponding encryption algorithm. Also, each algorithm has reference implementation in C, which can be easily found over internet.

提交回复
热议问题