From ac1e58837f1ba687939f78b5c03cadd346c10ddd Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 30 Jan 2024 12:25:05 -0500 Subject: couple more tests, renable range checks, set flags for all projects --- src/noscrypt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/noscrypt.h') diff --git a/src/noscrypt.h b/src/noscrypt.h index 8a43743..2a2d051 100644 --- a/src/noscrypt.h +++ b/src/noscrypt.h @@ -121,6 +121,7 @@ static const uint8_t Nip44ConstantSalt[8] = { 0x6e, 0x69, 0x70, 0x34, 0x34, 0x2d #define E_INVALID_ARG -2 #define E_INVALID_CONTEXT -3 #define E_ARGUMENT_OUT_OF_RANGE -4 +#define E_OPERATION_FAILED -5 /* * Validation macros -- cgit