libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
347 stars 98 forks source link

Add interface for prehashed messages to ECDSA provider #179

Closed igor-egorov closed 2 years ago

igor-egorov commented 2 years ago

The change allows the dependent projects to pass messages' digests directly to the crypto provider.

Required for the kagome project.