ipfs-chromium
Public Types | Public Member Functions | List of all members
ipfs::crypto::SignatureVerifier Class Referenceabstract

#include <library/include/ipfs_client/crypto/signature_verifier.h>

Public Types

using ByteView = ipfs::ByteView
 

Public Member Functions

virtual bool VerifySignature (ByteView signature, ByteView data, ByteView key)=0
 

Detailed Description

Base class for signature-verification algorithms of various type.

Note
Gets registered keyed by which algo it handles, so that much is a prerequisite and can be simply assumed.

The documentation for this class was generated from the following file: