workflow-encryption 0.18.0

A set of tools for rudimentary data encryption.
Documentation
1
2
3
4
5
6
7
8
9
pub use borsh::{BorshDeserialize, BorshSerialize};
pub use serde::{Deserialize, Serialize};
pub use zeroize::Zeroize;

pub use workflow_serializer::prelude::*;

pub use crate::hash::*;
pub use crate::result::Result;
pub use crate::secret::Secret;