Why Nostr? What is Njump?
2025-03-06 14:43:46
in reply to

DASHU on Nostr: ``` 计算事件签名 eventsig = hmac.new(nostrprivkey.encode(), ...

```
计算事件签名
eventsig = hmac.new(nostrprivkey.encode(), event_json.encode('utf-8'), hashlib.sha256).hexdigest()
```

是不是这里写错了
Author Public Key
npub19yeqjawls407xjnmgkk6yss7936pcd7qzd5srlj8wye6j8433vrsjazqwk