From f7c0e6d59dc420d73916083af1dfd95a8b4c6fc9 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 16 Sep 2018 18:29:07 +0100 Subject: =?UTF-8?q?Deprecating=20the=20entire=20`lockchain-crypto`=20API?= =?UTF-8?q?=20because=20it=20makes=20no=20gosh=20darn=20sense=20anymore=20?= =?UTF-8?q?=F0=9F=A4=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lockchain-crypto/src/databody.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lockchain-crypto/src/databody.rs') diff --git a/lockchain-crypto/src/databody.rs b/lockchain-crypto/src/databody.rs index aaedce7..568710c 100644 --- a/lockchain-crypto/src/databody.rs +++ b/lockchain-crypto/src/databody.rs @@ -1,4 +1,9 @@ -//! +//! A clear-text representation of a record body in memory +//! +//! This form is created by the `lockchain-crypto` crate and +//! should only exist in ephemeral form. All actions are first +//! encrypted before being written back to a persistence +//! medium. use lcc::traits::{AutoEncoder, Body}; use lcc::Payload; -- cgit v1.2.3