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.

jbn 329cef4fcd Standard for binary commitment file format před 5 roky
doc 329cef4fcd Standard for binary commitment file format před 5 roky
exm 2e241f9b61 'exm/solder.stgo' ändern před 5 roky
src 00d974ab71 Comment (update on dev status) před 5 roky
txt 76f8ca115e Other file extension před 5 roky
.gitignore f3282cf299 Initial commit před 5 roky
LICENSE f3282cf299 Initial commit před 5 roky
README.md 0c2b3d16ae 'README.md' ändern před 5 roky

README.md

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)