mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
go fmt
This commit is contained in:
parent
d6d73c2bc3
commit
7df3cf59fd
1 changed files with 1 additions and 1 deletions
|
|
@ -26,4 +26,4 @@ import (
|
||||||
// To use bigint implementation, import crypto/modexp/bigint directly.
|
// To use bigint implementation, import crypto/modexp/bigint directly.
|
||||||
func ModExp(base, exp, mod []byte) ([]byte, error) {
|
func ModExp(base, exp, mod []byte) ([]byte, error) {
|
||||||
return gmp.ModExp(base, exp, mod)
|
return gmp.ModExp(base, exp, mod)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue