New NIP: Nostr BLE Signing Device Protocol#1706
New NIP: Nostr BLE Signing Device Protocol#1706cr0bar wants to merge 4 commits intonostr-protocol:masterfrom
Conversation
|
This is cool, but I'm not sure what all the key management methods are for. Usually it's the responsibility of the signer to provide an interface for this, although there has been talk of a hook in NIP 07 to notify clients of when the account has changed. I would also try to use the same method names as exist in 07/55/46 when possible. |
|
@staab the idea behind this was to allow a client to switch between and manage public keys held on the device, however, I see your point. In reality the only commands that need to be exposed to the client over BLE are:
I'll review and reflect on the other NIPs you mentioned. |
|
As a Bluetooth dev for 5 years, I am a big fan of this. We can have earplugs that read the permission and sign for you. |
…E message length limits
|
Implemented in the following: LNbits NSD: lnbits/nostr-signing-device#21 |
This PR is to introduce support for signing and encryption/decryption on hardware based Nostr Signing Devices over BLE.