e-CryptIt Engine Xojo Plugin

EinhugurEd25519.KeyPair Class (console safe)

Key pair class to use with the EinhugurEd25519 public key signing module.

Object
   KeyPair

class EinhugurEd25519.KeyPair

Constructors

KeyPairConstructor to recreate key pair from public and private key.
KeyPairConstructor to generate key pair from 32 character long seed.
KeyPairCreates key pair, internally autogenerating the seed.

Properties

PrivateKeyThe private key (64 characters) as binary data. If wanting to represent the key in any human readable form then you can do so by using EncodeHex on it.
PublicKeyThe private key (32 characters) as binary data. If wanting to represent the key in any human readable form then you can do so by using EncodeHex on it.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS