We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While verifying the signature it gives me following error.
go run main.go verify --message "hello" --signature eyJSIjpbIkJPSW91MjM1M1U4N3puYlI3VTM1dnBUWnhFVFQrdHU3RE9sbnZQZUFSSlc3TWgyWEQ2M0hQR0JYaFFaVEpKNmFOdDBkVTMxV0hxV1VhSG5vanB2cjJGS0tQV0NONnI3b2VlWHlWcmZFaHUyWmcwS29GUGZha2hNUWFKMEtuQ00zU2c9PSIsIjVaVUpqMjF1SlFOMVN5VXdZT1BrU0FNbmQvYmJVUDgwRUFySFBYcG1zZnFtb1FpRHY0VnB0K2hYVFpzVGFlOWsiXSwiUyI6WyJoTmdidEZiUUUrYkpvb1dERG1lNG4rV0dBRUVic1RtY1o3OXBjRnFlT1ZyaFFSR0hwWGJKR3VhcDNQald3VlRiIiwieG9pbHhtTGNlMzhLMDFLTW9pTWVIWkJLb1M4WWZ0M1ZxWlJDT0lXRGFrMkFVUVRpWUdmc3BvQkgrbVR0UmJ0diJdLCJFIjoiejJQb2xVKzU5ZTdrdzJUZlNaZ000NFRFVjNZZ0xDZ3A5Y0c1SUdqa3QvST0ifQ== panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x112da98]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While verifying the signature it gives me following error.
go run main.go verify --message "hello" --signature eyJSIjpbIkJPSW91MjM1M1U4N3puYlI3VTM1dnBUWnhFVFQrdHU3RE9sbnZQZUFSSlc3TWgyWEQ2M0hQR0JYaFFaVEpKNmFOdDBkVTMxV0hxV1VhSG5vanB2cjJGS0tQV0NONnI3b2VlWHlWcmZFaHUyWmcwS29GUGZha2hNUWFKMEtuQ00zU2c9PSIsIjVaVUpqMjF1SlFOMVN5VXdZT1BrU0FNbmQvYmJVUDgwRUFySFBYcG1zZnFtb1FpRHY0VnB0K2hYVFpzVGFlOWsiXSwiUyI6WyJoTmdidEZiUUUrYkpvb1dERG1lNG4rV0dBRUVic1RtY1o3OXBjRnFlT1ZyaFFSR0hwWGJKR3VhcDNQald3VlRiIiwieG9pbHhtTGNlMzhLMDFLTW9pTWVIWkJLb1M4WWZ0M1ZxWlJDT0lXRGFrMkFVUVRpWUdmc3BvQkgrbVR0UmJ0diJdLCJFIjoiejJQb2xVKzU5ZTdrdzJUZlNaZ000NFRFVjNZZ0xDZ3A5Y0c1SUdqa3QvST0ifQ==
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x112da98]
The text was updated successfully, but these errors were encountered: