hiero-ledger / hiero-sdk-tck

A TCK (Technology Compatibility Kit) used to verify compliant implementations of a Hiero SDK
Apache License 2.0
20 stars 1 forks source link

`TCK`: Comparing keys in raw format #258

Closed ivaylogarnev-limechain closed 1 month ago

ivaylogarnev-limechain commented 1 month ago

Description: This PR adds an ASN.1 decoder class that decodes DER-formatted keys and returns them in their raw format. Additionally, this decoder has been integrated into the existing key test suites.

Additionally, some test cases corrected by adding missing await statements, ensuring that asynchronous operations are properly handled and test executions are completed as expected.

Fixes

257

Checklist