You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// using the ed25519 elliptic curve digital signature parametrization / algorithm.
13
13
///
14
14
/// The maximum currently supported message length is 4096 bytes.
15
-
/// The signature and public key are in [Tendermint](https://docs.tendermint.com/v0.32/spec/blockchain/encoding.html#public-key-cryptography)
15
+
/// The signature and public key are in [Tendermint](https://github.com/tendermint/tendermint/blob/v0.32.x/docs/spec/blockchain/encoding.md#public-key-cryptography)
16
16
/// format:
17
17
/// - signature: raw ED25519 signature (64 bytes).
18
18
/// - public key: raw ED25519 public key (32 bytes).
0 commit comments