aboutsummaryrefslogtreecommitdiff
path: root/include/signer/signer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/signer/signer.hpp')
-rw-r--r--include/signer/signer.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/signer/signer.hpp b/include/signer/signer.hpp
index 0faaff8..10e54c6 100644
--- a/include/signer/signer.hpp
+++ b/include/signer/signer.hpp
@@ -11,6 +11,12 @@ namespace nostr
{
namespace signer
{
+enum class Encryption
+{
+ NIP04,
+ NIP44
+};
+
/**
* @brief An interface for Nostr event signing that implements NIP-46.
*/