diff options
author | lloyd <[email protected]> | 2015-02-26 03:41:07 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-02-26 03:41:07 +0000 |
commit | 54ef984c3c4728d616a983b96f0dcb1b8c88ae96 (patch) | |
tree | ebb2887c8ba45c12f3a4b1f33adf4c91d6da1ebe /src/lib/utils | |
parent | 2cfcd2ebddcb19647938fffc412fb468608ea89d (diff) |
Add specialized reducers for P-192, P-224, P-256 and P-384
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/types.h b/src/lib/utils/types.h index 4427038a6..d1de9e2a6 100644 --- a/src/lib/utils/types.h +++ b/src/lib/utils/types.h @@ -24,6 +24,7 @@ using ::uint16_t; using ::uint32_t; using ::uint64_t; using ::int32_t; +using ::int64_t; using ::size_t; |