ed25519PrivateKeyLength top-level constant

int const ed25519PrivateKeyLength

Raw Ed25519 private key length in bytes (64 bytes: 32 seed + 32 public).

Implementation

const ed25519PrivateKeyLength = 64;