commit | f51e316c2ced57329c9b2ddec226d173efcff292 | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Sun Dec 20 19:22:59 2020 -0800 |
committer | tylerliu <tylersiqi@163.com> | Sun Dec 20 19:22:59 2020 -0800 |
tree | 57f347c48fee5547c9c9a5f8cab2c283792dd55a | |
parent | 44c6a35bf38b10d441409fccaa1a31352557b8eb [diff] [blame] |
Change credential challenge to possession Change-Id: Ib36ef7bfe8d879e0ae117f79a1aab52062184e68
diff --git a/src/requester-request-state.hpp b/src/requester-request-state.hpp index af09012..9601b49 100644 --- a/src/requester-request-state.hpp +++ b/src/requester-request-state.hpp
@@ -98,6 +98,10 @@ */ bool isNewlyCreatedIdentity = false; bool isNewlyCreatedKey = false; + /** + * @brief Store Nonce for signature + */ + std::array<uint8_t, 16> nonce = {}; }; } // namespace requester