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
Methods
FirstRoundFinal | Tells the buffer that first round is completed. |
SecondRoundFinal | Tells the buffer that second round is completed. This function will returns the signature also. |
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