We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fb0e5 commit 9824961Copy full SHA for 9824961
sign_test.go
@@ -105,7 +105,7 @@ func ExampleSignMessage() {
105
return
106
}
107
fmt.Printf("signature created: %s", signature)
108
- // Output:signature created: H+zZagsyz7ioC/ZOa5EwsaKice0vs2BvZ0ljgkFHxD3vGsMlGeD4sXHEcfbI4h8lP29VitSBdf4A+nHXih7svf4=
+ // Output:signature created: G+zZagsyz7ioC/ZOa5EwsaKice0vs2BvZ0ljgkFHxD3vGsMlGeD4sXHEcfbI4h8lP29VitSBdf4A+nHXih7svf4=
109
110
111
// BenchmarkSignMessage benchmarks the method SignMessage()
0 commit comments