Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 384 Bytes

File metadata and controls

14 lines (9 loc) · 384 Bytes

cryptocrypt

A Go language crypt of cryptographic algorithms. This project is meant to:

  • Be fun!
  • A learning place for cryptographic concepts, algorithms, and attacks.
  • Contain code that is easy to read and understand.

This project is not meant to be:

  • A source for cryptographically secure algorithms.
  • Used in production.