nick avlo

Results 16 comments of nick avlo

starting this item now & btw- do you have a [label](https://github.com/tcheeric/nostr-java/issues/labels)/equivalent to indicate an item/issue/etc is "in progress"? i don't see one/similar in the current set: ![labels-03](https://github.com/user-attachments/assets/10b0f41b-f44c-41df-ab69-7dc53bcf0186) if not, i...

gotcha & thx for pointing out that specification variant. to accommodate it, i've added a NostrUtil NIP04-specific (66-character, under the hood) method: `public static byte[] nip04PubKeyHexToBytes(String s)` and updated the...

perhaps worth noting, an obvious alternative to: `public static byte[] nip04PubKeyHexToBytes(String s)` could be a more generalized method requriing hex-string length as 2nd parameter: `public static byte[] hexToBytes(String s, int...

just noticed this [NIP-04 deprecation notification](https://github.com/nostr-protocol/nips/blob/master/04.md), if of any relevance to you: ![Screenshot_20250113_053143_GitHub~01.png](https://github.com/user-attachments/assets/f05d6084-4ce7-438a-a71e-051d19af4373) wherein NIP-17 event spec appears to use 64-character pubkey hex strings (non-conclusive, brief examination) among additional encryption/security...

> You are definitely correct regarding key lengths. I had based my comment on cashu's implementation, and it seems there is a slight difference there... > Thanks. i wonder if...