README.md 805 B

SDTP

Warning: SDTP is in it's earliest state of development and should not be considered secure at all. Don't even consider it alpha. I just want to make the development public, and although some parts like hcommit are usable, this doesn't mean you should use it at the moment. Generally, use this software always at your own risk!

Project to implement various cryptographic and steganographic concepts such as hash commitments, multi-party random number generation etc. It's purpose is to implement the more recent inventions in cryptography beneath encryption and authentication.

Current dependencies:

  • glibc (or any ANSI-compliant C standard library)
  • lm
  • libgcrypt
  • libgmp
  • libircclient (some parts, not meant to be mandatory)
  • base64.h (self-contained, portable and header-only)