All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gantzgulch.tools.crypto.GGNonce Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.gantzgulch.tools.crypto;

public interface GGNonce {

    byte[] nonce(final int sizeInBytes);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy