This repository was archived by the owner on Apr 20, 2025. It is now read-only.
This repository was archived by the owner on Apr 20, 2025. It is now read-only.
Warning would always trigger when loading pkcs1 der #243
Open
Description
The result of the warning check bellow would always result in the error showing, because we are comparing a map object, and a list.
You are compering the results, with the expected ones, but the compared elements do not share the common type
rs
, ds
, ts
are a map object, while the Private key properties are garanteed to be of type list[int]
Lines 601 to 615 in 63772a6
Metadata
Metadata
Assignees
Labels
No labels