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 5 лет назад
doc 329cef4fcd Standard for binary commitment file format 5 лет назад
exm 2e241f9b61 'exm/solder.stgo' ändern 5 лет назад
src 00d974ab71 Comment (update on dev status) 5 лет назад
txt 76f8ca115e Other file extension 5 лет назад
.gitignore f3282cf299 Initial commit 5 лет назад
LICENSE f3282cf299 Initial commit 5 лет назад
README.md 0c2b3d16ae 'README.md' ändern 5 лет назад

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)