Re: [go-nuts] ANN: selfy for self-signed certs. rpc25519 for blazing QUIC based RPC

2024-10-23 Thread Vasiliy Tolstov
Thank you, this is very cool and helpful вт, 22 окт. 2024 г. в 23:51, Jason E. Aten : > > I wrote this RPC package recently: > > https://github.com/glycerine/rpc25519 > > `rpc25519` is a fun little RPC package that I cooked up to > get comfortable with modern (Ed25519) rather than > antiquated (RS

[go-nuts] ANN: selfy for self-signed certs. rpc25519 for blazing QUIC based RPC

2024-10-22 Thread Jason E. Aten
I wrote this RPC package recently: https://github.com/glycerine/rpc25519 `rpc25519` is a fun little RPC package that I cooked up to get comfortable with modern (Ed25519) rather than antiquated (RSA) crypto primitives. Along the way I made a very helpful tool called `selfy`. It makes generating s