security: add support for SHA-3
Requires openssl >= 1.1.1-pre1
Change-Id: I8d91ca30425129694f3b0fc40daa891b58ded065
diff --git a/src/security/security-common.hpp b/src/security/security-common.hpp
index 9685dc3..c2fa8f4 100644
--- a/src/security/security-common.hpp
+++ b/src/security/security-common.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2013-2017 Regents of the University of California.
+ * Copyright (c) 2013-2018 Regents of the University of California.
*
* This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
*
@@ -110,6 +110,10 @@
SHA512 = 4,
BLAKE2B_512 = 10,
BLAKE2S_256 = 11,
+ SHA3_224 = 20,
+ SHA3_256 = 21,
+ SHA3_384 = 22,
+ SHA3_512 = 23,
};
std::ostream&