square

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
square
(
const(BigInt)* x
)

Parameters

x const(BigInt)*

an integer

Return Value

Type: BigInt

(x*x)

Meta