Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameri/nostream
/ nip44.spec.ts
File
nip44.spec.ts
test/unit/utils/nip44.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as secp256k1 from
'@noble/secp256k1'
2
import
{ expect } from
'chai'
3
4
import
{ getConversationKey, nip44Decrypt, nip44Encrypt, validateNip44Payload } from
'../../../src/utils/nip44'
Callers
nothing calls this directly
Calls
6
getConversationKey
Function · 0.90
nip44Encrypt
Function · 0.90
nip44Decrypt
Function · 0.90
validateNip44Payload
Function · 0.90
pubkeyFromPrivkey
Function · 0.85
toString
Method · 0.80
Tested by
no test coverage detected