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
Methods
Final | Tells the buffer that updating completed. This function will return true or false depending if the message was determined to be authentic or not. |
Update | Updates the buffer with chunk of data. |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS