Crate aurora_engine_modexp
source ·Structs§
Traits§
- Trait providing the interface for the modexp function. The implementation provided by this crate is
AuroraModExp
below, but other users of Aurora Engine may wish to select a different implementation.
Functions§
- Computes
(base ^ exp) % modulus
, where all values are given as big-endian encoded bytes.