Skip to content

Commit

Permalink
jamtis v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostway0 committed May 3, 2024
1 parent 772bf14 commit bee5ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/seraphis_wallet/jamtis_keys.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ namespace sp
namespace jamtis
{

////
// A set of jamtis keys for mock-ups/unit testing
///
struct JamtisKeys
{
crypto::secret_key k_m; //master
Expand Down
1 change: 0 additions & 1 deletion src/seraphis_wallet/key_container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ bool KeyContainer::compare_keys(KeyContainer &other, const crypto::chacha_key &c
{
// 1. decrypt keys if they are encrypted in memory
other.decrypt(chacha_key);

// 2. decrypt if encrypted in memory
decrypt(chacha_key);

Expand Down

0 comments on commit bee5ae2

Please sign in to comment.