mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00

* fix errors shown when trying to use correct keypairs * mark only (really) used parameters as required - a callback is optional, because we could just use the async/await methodology to recieve the keypair - when signing only `priv` is used - when verifying only `pub` is used - both when encrypting/decrypting only `epriv` is used