aboutsummaryrefslogtreecommitdiff
path: root/src/signer
AgeCommit message (Expand)Author
2024-09-10refactor: update libs, quick error fixes, rng (#14)note-signingLibravatar Vaughn Nugent
2024-08-11Handle base64 encoding and decodingLibravatar buttercat1791
2024-08-09Fix mixed tabs/spaces indentationLibravatar buttercat1791
2024-08-08pretty some things up and make it compileLibravatar vnugent
2024-08-08add noscrypt cipher and update for new noscrypt utils apiLibravatar vnugent
2024-06-16Convert hex string back to binary before assigningLibravatar buttercat1791
2024-06-16Organize signer code and add helper functionsLibravatar buttercat1791
2024-06-15Stack allocate encryption contextLibravatar buttercat1791
2024-06-15Ping signer before asking it to sign an eventLibravatar buttercat1791
2024-06-15Fill out noscrypt signer sign methodLibravatar buttercat1791
2024-06-09Add NIP-44 encryption for signer eventsLibravatar buttercat1791
2024-05-31Parse connection tokenLibravatar buttercat1791
2024-05-31Use namespaces in definition filesLibravatar buttercat1791
2024-05-31Loop key generation until validation succeedsLibravatar buttercat1791
2024-05-28Add connection token generationLibravatar buttercat1791
2024-05-28Validate secret key after generating itLibravatar buttercat1791
2024-05-27Correctly initialize NCContext pointerLibravatar buttercat1791
2024-05-27refactor so no project header imports nostr.hppLibravatar buttercat1791
2024-05-26Refactor to separate interface from implementationLibravatar buttercat1791
2024-05-20Local keypair generation for NIP-46 signingLibravatar buttercat1791
2024-05-20Correct noscrypt setupLibravatar buttercat1791
2024-05-18Define constructor for noscrypt signerLibravatar buttercat1791
2024-05-18Split signer interface into twoLibravatar buttercat1791
2024-05-14Add noscrypt and reorganize namespacesLibravatar buttercat1791