From c2ec126046a703a6ad6c6b56904cd263a98ad88f Mon Sep 17 00:00:00 2001 From: monty Date: Thu, 6 Jun 2024 15:04:42 +0100 Subject: [PATCH] added methion of NIP46 to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e171d5..8517924 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Monstr: Python Nostr module. Python code for working with nostr. * Keys for working with and converting between hex/npub/nsec * KeyStore to hold keys encrypted and load via user defined aliases * Signer classes for abstacting use of keys so for example signing could be done via hardware +* NIP46 NIP46ServerConnection to sign for remote client and NIP46ClientConnection (TODO) to use a remote signer * Entities for encoding and decoding NIP19 nostr entities * NIP4 and NIP44 implemented for payload encryption * NIP59 gift wrapped events and old non standard gift wraps with inbox class