Use big.Int instead of uint64s #25
Annotations
10 errors
lint:
pkg/zkproofs/ciphertext_ciphertext_equality.go#L1
: # github.com/sei-protocol/sei-cryptography/pkg/zkproofs [github.com/sei-protocol/sei-cryptography/pkg/zkproofs.test]
|
lint:
pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L74
cannot use tt.sourceAmount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
|
lint:
pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L78
cannot use tt.destinationAmount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
|
lint:
pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L124
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
|
lint:
pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L127
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
|
lint:
pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L166
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
|
lint:
pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L169
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
|
lint:
pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L208
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
|
lint:
pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L209
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
|
lint:
pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L256
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
|