]> git.codecow.com Git - Monocypher.git/commit
Move everything back from the dist/ directory
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 20 Sep 2017 07:11:39 +0000 (09:11 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 20 Sep 2017 07:11:39 +0000 (09:11 +0200)
commit9d569930c7fe02965c2b084b3cd664f523232129
tree16fc5d049ae7208b9896a2b243516e7ad6ff2d3d
parent3c6285945252750f441740bf274f07cbfddb677e
Move everything back from the dist/ directory

Making a separate dist/ folder was stupid, we can use tar's exclusion
patterns to take care of clean archiving.  It's simpler for everyone
without the indirection.
46 files changed:
.gitignore
README.md
dist/README.md [deleted file]
doc/man/3monocypher/crypto_aead_lock.3monocypher [moved from dist/doc/man/3monocypher/crypto_aead_lock.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_aead_unlock.3monocypher [moved from dist/doc/man/3monocypher/crypto_aead_unlock.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_argon2i.3monocypher [moved from dist/doc/man/3monocypher/crypto_argon2i.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_blake2b.3monocypher [moved from dist/doc/man/3monocypher/crypto_blake2b.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_blake2b_final.3monocypher [moved from dist/doc/man/3monocypher/crypto_blake2b_final.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_blake2b_general.3monocypher [moved from dist/doc/man/3monocypher/crypto_blake2b_general.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_blake2b_general_init.3monocypher [moved from dist/doc/man/3monocypher/crypto_blake2b_general_init.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_blake2b_init.3monocypher [moved from dist/doc/man/3monocypher/crypto_blake2b_init.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_blake2b_update.3monocypher [moved from dist/doc/man/3monocypher/crypto_blake2b_update.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_chacha20_H.3monocypher [moved from dist/doc/man/3monocypher/crypto_chacha20_H.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_chacha20_encrypt.3monocypher [moved from dist/doc/man/3monocypher/crypto_chacha20_encrypt.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_chacha20_init.3monocypher [moved from dist/doc/man/3monocypher/crypto_chacha20_init.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_chacha20_set_ctr.3monocypher [moved from dist/doc/man/3monocypher/crypto_chacha20_set_ctr.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_chacha20_stream.3monocypher [moved from dist/doc/man/3monocypher/crypto_chacha20_stream.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_chacha20_x_init.3monocypher [moved from dist/doc/man/3monocypher/crypto_chacha20_x_init.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_check.3monocypher [moved from dist/doc/man/3monocypher/crypto_check.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_key_exchange.3monocypher [moved from dist/doc/man/3monocypher/crypto_key_exchange.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_lock.3monocypher [moved from dist/doc/man/3monocypher/crypto_lock.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_memcmp.3monocypher [moved from dist/doc/man/3monocypher/crypto_memcmp.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_poly1305_auth.3monocypher [moved from dist/doc/man/3monocypher/crypto_poly1305_auth.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_poly1305_final.3monocypher [moved from dist/doc/man/3monocypher/crypto_poly1305_final.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_poly1305_init.3monocypher [moved from dist/doc/man/3monocypher/crypto_poly1305_init.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_poly1305_update.3monocypher [moved from dist/doc/man/3monocypher/crypto_poly1305_update.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_sign.3monocypher [moved from dist/doc/man/3monocypher/crypto_sign.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_sign_public_key.3monocypher [moved from dist/doc/man/3monocypher/crypto_sign_public_key.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_unlock.3monocypher [moved from dist/doc/man/3monocypher/crypto_unlock.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_x25519.3monocypher [moved from dist/doc/man/3monocypher/crypto_x25519.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_x25519_public_key.3monocypher [moved from dist/doc/man/3monocypher/crypto_x25519_public_key.3monocypher with 100% similarity]
doc/man/3monocypher/crypto_zerocmp.3monocypher [moved from dist/doc/man/3monocypher/crypto_zerocmp.3monocypher with 100% similarity]
doc/man/3monocypher/intro.3monocypher [moved from dist/doc/man/3monocypher/intro.3monocypher with 100% similarity]
doc/man/3monocypher/style.css [moved from dist/doc/man/3monocypher/style.css with 100% similarity]
makefile [moved from dist/makefile with 100% similarity]
src/monocypher.c [moved from dist/src/monocypher.c with 100% similarity]
src/monocypher.h [moved from dist/src/monocypher.h with 100% similarity]
src/sha512.c [moved from dist/src/sha512.c with 100% similarity]
src/sha512.h [moved from dist/src/sha512.h with 100% similarity]
tests/coverage.sh [moved from dist/tests/coverage.sh with 100% similarity]
tests/frama-c.sh [moved from dist/tests/frama-c.sh with 100% similarity]
tests/gen/makefile
tests/speed.c [moved from dist/tests/speed.c with 100% similarity]
tests/test.c [moved from dist/tests/test.c with 100% similarity]
tests/utils.c [moved from dist/tests/utils.c with 100% similarity]
tests/utils.h [moved from dist/tests/utils.h with 100% similarity]