nostr-rs-relay/src
Greg Heartsfield 1aa5a5458d improvement: event signature validation is 100x faster
Switched to latest (git) release of secp256k1, which has more
efficient verification-only context for Schnorr.  Switched to single
pre-instantiated instance of the verifier.
2022-01-01 09:08:19 -06:00
..
close.rs refactor: clippy suggestions 2021-12-11 21:56:52 -06:00
config.rs feat: reject events that are too large 2021-12-31 15:19:35 -06:00
conn.rs feat: add resource limits for websocket messages 2021-12-19 16:26:32 -06:00
db.rs fix: incorrect logic on empty filters for hidden events 2021-12-31 16:34:10 -06:00
error.rs feat: reject events that are too large 2021-12-31 15:19:35 -06:00
event.rs improvement: event signature validation is 100x faster 2022-01-01 09:08:19 -06:00
lib.rs feat: add configuration through file 2021-12-29 22:13:02 -06:00
main.rs improvement: event signature validation is 100x faster 2022-01-01 09:08:19 -06:00
protostream.rs fix: connection issues with Firefox 2022-01-01 08:11:20 -06:00
subscription.rs feat: add until for request filters 2021-12-23 21:38:32 -06:00