Persistent vector of bits, stored as bytes.
Bitwise operations on a value of type Repr.
Codec that supports encoding and decoding of java.security.cert.Certificates using their default encoding.
Codec that encrypts and decrypts using a javax.crypto.Cipher.
Represents the ability to create a Cipher for encryption or decryption.
Supports encoding a value of type A to a BitVector and decoding a BitVector to a value of A.
Codec that includes a signature of the encoded bits.
Represents the ability to create a java.security.Signature for use with SignatureCodec.
ByteVector implemented with scala.collection.immutable.Vector[Byte].
Provides support for combining codecs via the ~ operator.
Low priority implicits related to tupling.