pub fn encode<T: RawEncodingBuf>(bytes: &[u8]) -> TritBuf<T> where
    T::Slice: RawEncoding<Trit = Btrit>, 
Expand description

Encode a series of bytes into trits.