e-CryptIt Engine Xojo Plugin

EinhugurEd25519.VerifyBuffer Class (console safe)

Class for buffered verify with the EinhugurEd25519 module.

Verify only needs to be streamed once, as opposed to the sign which need double streaming.

So verify process is as follows:
1. BufferedVerify.
2. buffer.Update in chunks as often as needed until your through the file.
3. buffer.Final.

Object
   VerifyBuffer

class EinhugurEd25519.VerifyBuffer

Constructors

VerifyBufferPrivate constructor.

Methods

FinalTells the buffer that updating completed. This function will return true or false depending if the message was determined to be authentic or not.
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