Harry Chen

Results 4 issues of Harry Chen

Hi, I noticed that in the `code/test_rpsss.py` it has following line ``` print("size of signature:", len(sig), "bytes, or ", len(sig) / (2**13), "kB") ``` Which outputs ``` size of signature:...

Hi, I've fixed the following bugs when I was reproducing your results and modifying the code: 1. Change average pooling kernel size from 1 to 2 - It's more reasonable...

# Summary When I tried the latest `TokenPaymaster` in sample, I noticed that it only considers the case of token's decimal being 18, which will cause amount calculation error. This...