cyphres
0.1.0
RawPayload
Aliased type
Trait Implementations
AesCypherExt
XorCypherExt
In crate cyphres
Type Alias
cyphres
::
RawPayload
Copy item path
source
·
[
−
]
pub type RawPayload =
Vec
<
u8
>;
Aliased Type
§
struct RawPayload {
/* private fields */
}
Trait Implementations
§
source
§
impl
AesCypherExt
for
RawPayload
source
§
fn
aes_encrypt
(self, key: &[
u8
;
32
]) ->
RawPayload
source
§
impl
XorCypherExt
for
RawPayload
source
§
fn
xor_encrypt
(self, key: &
u8
) ->
RawPayload