consenlabs / token-core-android

a blockchain private key management library on android
Apache License 2.0
648 stars 198 forks source link

调用personalSign()报错 #63

Closed lyw2019AAA closed 5 years ago

lyw2019AAA commented 5 years ago

ECKey.ECDSASignature sig = ecKey.sign(Sha256Hash.wrap(value));这里报错

Caused by: java.lang.ArrayIndexOutOfBoundsException: src.length=64 srcPos=0 dst.length=32 dstPos=-32 length=64

lyw2019AAA commented 5 years ago

搞错了