This commit is contained in:
Kevaundray Wedderburn 2025-07-11 00:13:06 +01:00
parent d6d73c2bc3
commit 7df3cf59fd

View file

@ -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)
} }