Adds proper support in Plutarch.ByteString for the byte-oriented functionality of CIP-122. Specifically, we support AND, OR and XOR, as well as replication, with some safety wrappers to help it make more sense. As part of this, a limited PByte type is introduced.
Adds proper support in
Plutarch.ByteString
for the byte-oriented functionality of CIP-122. Specifically, we support AND, OR and XOR, as well as replication, with some safety wrappers to help it make more sense. As part of this, a limitedPByte
type is introduced.This also removes a deprecated identifier.