holepunchto / hyperswarm-secret-stream

Secret stream backed by Noise and libsodium's secretstream
Apache License 2.0
33 stars 14 forks source link

chore: fix field name in handshake option in docs #14

Closed achou11 closed 1 year ago

achou11 commented 1 year ago

The docs currently specify that a handshakeHash field exists on the handshake option in the constructor, but based on the implementation, this field is called hash. This PR updates the docs to reflect that.

mafintosh commented 1 year ago

ah thanks!