Discuss this help topic in SecureBlackbox Forum
Specifies the Poly1305 tag.
Declaration
[VB.NET]
Property Tag As Byte()
[Pascal]
property Tag : TSBPoly1305Tag;
[C++]
void get_Tag(TSBPoly1305Tag &OutResult);
void set_Tag(TSBPoly1305Tag &Value);
[PHP]
TSBPoly1305Tag get_Tag()
void set_Tag(TSBPoly1305Tag $Value)
[Java]
byte[] getTag();
void setTag(byte[] Value);
Description
Use this property to get or set the Poly1305 tag.
TSBPoly1305Tag is an array[0..TPoly1305PartSize-2] of byte, where TPoly1305PartSize = 17.
Discuss this help topic in SecureBlackbox Forum