Skip to content

johnsonwangzs/Crypto

Repository files navigation

Crypto

Some crypto algorithms.

Include:

  • Public key algorithms
    • RSA
    • ECC
  • Symmetric encryption algorithm
    • SM4
    • DES
    • AES
  • Stream cipher
    • ZUC
    • RC4
  • Classic algorithms
  • Encoding
    • Base64
    • Hamming
    • LZ78
    • Huffman
  • DigitalSignature
    • ElGamal
    • RSA-PSS
    • SM2
    • ECC
    • Schnorr
    • HMAC
  • Hash
    • HMAC
    • SHA1
    • MD5
  • Pseudo random number algorithm
    • BBS
  • Key exchange algorithm
    • DH/ECDH

About

Crypto algorithms & codes...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published