public nextHex(sizeBytes as Int) as String throws CryptoException:
import klyn.cryptography random = SecureRandom() print(random.nextHex(16))