Implementation of Korean Block Ciphers: NEAT and NES.
Refer to the blog post for the description of algorithms.
gcc neat.c -o neat
gcc nes.c -o nes
python test.py
Implementation of Korean Block Ciphers: NEAT and NES.
Refer to the blog post for the description of algorithms.
gcc neat.c -o neat
gcc nes.c -o nes
python test.py