cryptest

Cryptography-related scribbles
git clone git://git.finwo.net/misc/cryptest
Log | Files | Refs

commit b74b4f80a206bbce1157c4d2c561990fef535dd4
parent d9666f9c8dbe82015776776ed76a05170c9bc862
Author: finwo <finwo@pm.me>
Date:   Sat, 10 Jan 2026 21:27:33 +0100

Move original obfuscation experiment into subdirectory

Diffstat:
R.gitignore -> 0000-obfuscation-experiment/.gitignore | 0
RREADME.md -> 0000-obfuscation-experiment/README.md | 0
Rconfigure -> 0000-obfuscation-experiment/configure | 0
Rinc/base.h -> 0000-obfuscation-experiment/inc/base.h | 0
Rmake/00-deps -> 0000-obfuscation-experiment/make/00-deps | 0
Rmake/01-obj -> 0000-obfuscation-experiment/make/01-obj | 0
Rmake/90-objects -> 0000-obfuscation-experiment/make/90-objects | 0
Rmake/91-cryptotest -> 0000-obfuscation-experiment/make/91-cryptotest | 0
Rmake/99-clean -> 0000-obfuscation-experiment/make/99-clean | 0
Rsrc/atoui.c -> 0000-obfuscation-experiment/src/atoui.c | 0
Rsrc/decrypt.c -> 0000-obfuscation-experiment/src/decrypt.c | 0
Rsrc/encrypt.c -> 0000-obfuscation-experiment/src/encrypt.c | 0
Rsrc/main.c -> 0000-obfuscation-experiment/src/main.c | 0
13 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/0000-obfuscation-experiment/.gitignore diff --git a/README.md b/0000-obfuscation-experiment/README.md diff --git a/configure b/0000-obfuscation-experiment/configure diff --git a/inc/base.h b/0000-obfuscation-experiment/inc/base.h diff --git a/make/00-deps b/0000-obfuscation-experiment/make/00-deps diff --git a/make/01-obj b/0000-obfuscation-experiment/make/01-obj diff --git a/make/90-objects b/0000-obfuscation-experiment/make/90-objects diff --git a/make/91-cryptotest b/0000-obfuscation-experiment/make/91-cryptotest diff --git a/make/99-clean b/0000-obfuscation-experiment/make/99-clean diff --git a/src/atoui.c b/0000-obfuscation-experiment/src/atoui.c diff --git a/src/decrypt.c b/0000-obfuscation-experiment/src/decrypt.c diff --git a/src/encrypt.c b/0000-obfuscation-experiment/src/encrypt.c diff --git a/src/main.c b/0000-obfuscation-experiment/src/main.c