]> git.codecow.com Git - Monocypher.git/commit
Renamed crypto_hash_vtable into crypto_sign_vtable
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 1 Dec 2019 12:57:17 +0000 (13:57 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 1 Dec 2019 12:57:17 +0000 (13:57 +0100)
commit3a96e8b49ce8b23e5ae5ee7d4cc071603e3a8f4c
treead4d260b0ed72b1d987ee61c137b50fc8fade5d1
parent8f1fabf05ea2d9c64bc0c54df73918c5ee788a87
Renamed crypto_hash_vtable into crypto_sign_vtable

The vtable holds hash functions, but it's really a vtable for
crypto_sign_ctx_abstract (and its check typedef). It's more tied to
EdDSA than to the hash itself.
src/monocypher.c
src/monocypher.h
src/optional/ed25519.c
src/optional/ed25519.h