From 4cdc5956f2fcc9e9078938db833142dc07d8f523 Mon Sep 17 00:00:00 2001 From: "naddy@openbsd.org" Date: Thu, 14 Dec 2017 21:07:39 +0000 Subject: upstream commit Replace ED25519's private SHA-512 implementation with a call to the regular digest code. This speeds up compilation considerably. ok markus@ OpenBSD-Commit-ID: fcce8c3bcfe7389462a28228f63c823e80ade41c --- crypto_api.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'crypto_api.h') diff --git a/crypto_api.h b/crypto_api.h index 5820ce8fa..7c5297603 100644 --- a/crypto_api.h +++ b/crypto_api.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto_api.h,v 1.3 2013/12/17 10:36:38 markus Exp $ */ +/* $OpenBSD: crypto_api.h,v 1.4 2017/12/14 21:07:39 naddy Exp $ */ /* * Assembled from generated headers and source files by Markus Friedl. @@ -18,12 +18,6 @@ typedef uint32_t crypto_uint32; #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) -#define crypto_hashblocks_sha512_STATEBYTES 64U -#define crypto_hashblocks_sha512_BLOCKBYTES 128U - -int crypto_hashblocks_sha512(unsigned char *, const unsigned char *, - unsigned long long); - #define crypto_hash_sha512_BYTES 64U int crypto_hash_sha512(unsigned char *, const unsigned char *, -- cgit v1.2.3