hashgraph / pbj

A performance optimized Google Protocol Buffers code generator, parser, and Gradle module.
Apache License 2.0
15 stars 6 forks source link

`Bytes.verifySignature()` should return boolean #252

Closed lpetrovic05 closed 4 months ago

lpetrovic05 commented 4 months ago

Bytes.verifySignature() was recently added but a mistake was made, the methods should return a boolean.