Skip to content

Commit

Permalink
Updated (c) notice
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Mar 26, 2024
1 parent 78eb076 commit a2f2f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions include/oqs_cpp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class KeyEncapsulation {
std::shared_ptr<C::OQS_KEM> 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
Expand Down Expand Up @@ -484,7 +484,7 @@ class Signature {
std::shared_ptr<C::OQS_SIG> 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:
/**
Expand Down

0 comments on commit a2f2f61

Please sign in to comment.