diff --git a/LICENSE b/LICENSE index b8fac1b..a945cbb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2023 Open Quantum Safe +Copyright (c) 2019-2024 Open Quantum Safe Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/oqs_cpp.hpp b/include/oqs_cpp.hpp index 18d4af9..c8572b9 100644 --- a/include/oqs_cpp.hpp +++ b/include/oqs_cpp.hpp @@ -167,7 +167,7 @@ class KeyEncapsulation { std::shared_ptr kem_{nullptr, [](C::OQS_KEM* p) { C::OQS_KEM_free(p); }}; ///< liboqs smart pointer to C::OQS_KEM - bytes secret_key_{}; ///< secret key + bytes secret_key_{}; ///< secret key public: /** * \brief KEM algorithm details @@ -484,7 +484,7 @@ class Signature { std::shared_ptr sig_{nullptr, [](C::OQS_SIG* p) { C::OQS_SIG_free(p); }}; ///< liboqs smart pointer to C::OQS_SIG - bytes secret_key_{}; ///< secret key + bytes secret_key_{}; ///< secret key public: /**