]> git.codecow.com Git - Monocypher.git/commit
Switch indentation from spaces to tabs.
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 29 Nov 2022 23:49:15 +0000 (00:49 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 30 Nov 2022 00:10:27 +0000 (01:10 +0100)
commit692206aec00159161717ef02b114a3903a22eaca
treebc2b25a20c9f64b30f1e40da71b78d35f2b51481
parentf87539a34fc2e1eac1432705bf81a02901ba0529
Switch indentation from spaces to tabs.

For the longest time I had a fairly strong personal preference for
spaces.  Then it came to my attention that using tabs meaningfully
increases accessibility.

As a cryptography library, Monocypher is supposed to ultimately help,
among other people, the most vulnerable among us.  It would be a shame
to potentially exclude disabled contributors or auditors.

Note that this patches sometimes changes a little more than just
spacing.  A few pieces of code in particular relied on indentation
width, and had to be reworked a little bit to make them tab width
agnostic.
34 files changed:
.editorconfig [new file with mode: 0644]
src/monocypher.c
src/monocypher.h
src/optional/monocypher-ed25519.c
src/optional/monocypher-ed25519.h
tests/ctgrind.c
tests/gen/aead_ietf.c
tests/gen/argon2i.c
tests/gen/blake2b.c
tests/gen/chacha20.c
tests/gen/edDSA.c
tests/gen/edDSA_pk.c
tests/gen/ed_25519.c
tests/gen/ed_25519_pk.c
tests/gen/hchacha20.c
tests/gen/hmac_sha512.c
tests/gen/ietf_chacha20.c
tests/gen/poly1305.c
tests/gen/sha512.c
tests/gen/vector_to_header.c
tests/gen/x25519.c
tests/gen/x25519_pk.c
tests/gen/xchacha20.c
tests/speed/speed-c25519.c
tests/speed/speed-donna.c
tests/speed/speed-hydrogen.c
tests/speed/speed-sodium.c
tests/speed/speed-tweetnacl.c
tests/speed/speed.c
tests/speed/speed.h
tests/test.c
tests/tis-ci.c
tests/utils.c
tests/utils.h