revault / revault_net

Networking library for protocol messages and authenticated and encrypted transport.
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Use concrete types for fields of EncryptedSignature #6

Closed JSwambo closed 3 years ago

JSwambo commented 3 years ago

Use concrete types for the pubkey and encrypted signature fields of EncryptedSignature.

darosior commented 3 years ago

Adressed in https://github.com/re-vault/revault_net/pull/15