spruceid / didkit

A cross-platform toolkit for decentralized identity.
https://www.spruceid.dev/didkit/didkit
Apache License 2.0
274 stars 76 forks source link

implement AWAKE inbound/outbound upgrade #325

Closed chunningham closed 1 year ago

chunningham commented 1 year ago

Awake can be used the same way [Noise](https://docs.rs/libp2p/latest/libp2p/noise/struct.NoiseConfig.html#impl-InboundUpgrade%3CT%3E-for-NoiseConfig%3CIK%2C%20C%2C%20()%3E) to provide a mutually-authorised encrypted channel between peers.

sbihel commented 1 year ago

I assume this was meant for Kepler?