fpow

Calculates base ** power

Fully qualified path: alexandria_math::sha512::fpow

#![allow(unused)]
fn main() {
pub fn fpow(mut base: u128, mut power: u128) -> u128
}