Pierson Leo

Results 2 issues of Pierson Leo

For example I have this struct and json string ``` struct Foo: Codable{ var v: BigInt } let jsonString = "{\"v\": 410100000008994450000000000}" ``` I had tried to decode it but...

This code here: > val signature = EcSign.signData(keyPair, data, EcSha256) From what I've tried this code returns varying size of both r and s bytes. Sometimes it returns 32, sometimes...