utils library Null safety

Utility libraries for TIKI SDK

Classes

Bytes
Utility methods to work with raw bytes data.
CompactSize
Compact Size operations.
MerkelTree
The Merkel Tree representation.
Rsa
Utility functions for asymmetric keys in RSA
RsaPrivateKey
The RSA private key implementation
RsaPublicKey
The RSA public key implementation
XmlParse
Utility methods for XML parsing.

Typedefs

RsaKeyPair = AsymmetricKeyPair<RsaPublicKey, RsaPrivateKey>
A RSA asymmetric key pair