Structs§
Traits§
- ModExp
Algorithm - 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§
- modexp
- Computes
(base ^ exp) % modulus
, where all values are given as big-endian encoded bytes.