Home Manual Reference Source

Usage

Import the library where needed

const { Montgomery } = await import( '@arithmetic-operations-for/integers-modulo-n-big-endian' ) ;
// or
import { Montgomery } from '@arithmetic-operations-for/integers-modulo-n-big-endian' ;