e-CryptIt Engine Xojo Plugin

EinhugurEd25519.SignBuffer Class (console safe)

Class for buffered signing with the EinhugurEd25519 module.

Note that signing is two step process, so you will need to run your file through the buffer twice.

Buffered sign goes like:
1. BufferedSign.
2. buffer.Update in chunks as often as needed until your through the file.
3. buffer.FirstRoundFinal.
4. buffer.Update in chunks as often as needed until your through the file (2nd round).
5. buffer.SecondRoundFinal.

Object
   SignBuffer

class EinhugurEd25519.SignBuffer

Constructors

SignBufferPrivate constructor.

Methods

FirstRoundFinalTells the buffer that first round is completed.
SecondRoundFinalTells the buffer that second round is completed. This function will returns the signature also.
UpdateUpdates the buffer with chunk of data.

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