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

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

package com.scalar.dl.ledger.crypto;

public interface SignatureValidator {

  boolean validate(byte[] toBeValidated, byte[] signatureBytes);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy