std

STL namespace.

Functions

Name
constexpr auto & operator^=(array< uint8_t, 32 > & lhs, const array< uint8_t, 32 > & rhs)
constexpr array< uint8_t, 32 > operator^(const array< uint8_t, 32 > & lhs, const array< uint8_t, 32 > & rhs)

Functions Documentation

function operator^=

constexpr auto & operator^=(
    array< uint8_t, 32 > & lhs,
    const array< uint8_t, 32 > & rhs
)

function operator^

constexpr array< uint8_t, 32 > operator^(
    const array< uint8_t, 32 > & lhs,
    const array< uint8_t, 32 > & rhs
)

Updated on 2026-04-01 at 23:35:39 +0000