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

com.scalar.dl.ledger.crypto.SignatureSigner Maven / Gradle / Ivy

package com.scalar.dl.ledger.crypto;

public interface SignatureSigner {

  byte[] sign(byte[] bytes);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy