square

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
square
()
(
auto const ref BigInt x
)

Parameters

x BigInt

an integer

Return Value

Type: BigInt

(x*x)

Meta