You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardware wallets, e.g. ledger typically will only return message as a blake224 hash. If this is the case they typically add: hashed: TRUE in the unprotected header section.
Please add support for ability to sign hashed content to the java class.
Hardware wallets, e.g. ledger typically will only return message as a blake224 hash. If this is the case they typically add: hashed: TRUE in the unprotected header section.
Please add support for ability to sign hashed content to the java class.
cardano-client-lib/cip/cip30/src/main/java/com/bloxbean/cardano/client/cip/cip30/CIP30DataSigner.java
Line 22 in 24959cb
Typically I would expect a new overloaded method where I can sing the payload and the signature will be using blake2b224.
The text was updated successfully, but these errors were encountered: