tuweni / org.apache.tuweni.bytes / Bytes32 / and

and

open fun and(other: Bytes32): Bytes32 (source)

Return a bit-wise AND of these bytes and the supplied bytes.

Parameters

other - The bytes to perform the operation with.

Return
The result of a bit-wise AND.