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

com.bloxbean.cardano.client.crypto.bip39.api.EntropyProvider Maven / Gradle / Ivy

package com.bloxbean.cardano.client.crypto.bip39.api;

public interface EntropyProvider {

    /**
     * Generate random entropy
     * @param length
     * @return
     */
    byte[] generateRandom(int length);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy