aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpukkamustard <pukkamustard@posteo.net>2020-10-23 17:12:53 +0200
committerpukkamustard <pukkamustard@posteo.net>2020-10-23 17:12:53 +0200
commitd6d8409a9c2276562dc87bdd512b20bb92cbbef0 (patch)
tree039faf55fc46b6a16a7bab0ed6fac3d12d1632d4 /doc
parent4b6328f87f437cdd4007d63011973617a7776cda (diff)
eris.adoc: add link to current version
Diffstat (limited to 'doc')
-rw-r--r--doc/eris.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/eris.adoc b/doc/eris.adoc
index 0818210..f469025 100644
--- a/doc/eris.adoc
+++ b/doc/eris.adoc
@@ -7,7 +7,7 @@ pukkamustard <pukkamustard@posteo.net>
:sectanchors:
[abstract]
-The Encoding for Robust Immutable Storage (ERIS) is an encoding of arbitrary content into a set of uniformly sized, encrypted and content-addressed blocks as well as a short identifier - the _read capability_. The content can be reassembled from the encrypted blocks only with the read capability. The encoding is defined independently of any storage or transport layer. Together with content-addressable storage, ERIS can be used as a building block for robust and decentralized applications.
+The Encoding for Robust Immutable Storage (ERIS) is an encoding of arbitrary content into a set of uniformly sized, encrypted and content-addressed blocks as well as a short identifier - the _read capability_. The content can be reassembled from the encrypted blocks only with the read capability. The encoding is defined independent of any storage or transport layer. Together with content-addressable storage, ERIS can be used as a building block for robust and decentralized applications.
== Introduction
@@ -345,7 +345,7 @@ A reference implementation is available in Guile: https://gitlab.com/openengiadi
Initial version.
[discrete]
-=== v0.2.0-draft (UNRELEASED)
+=== http://purl.org/eris[v0.2.0-draft (UNRELEASED)]
Major update of encoding that removes the _verification capability_ - ability to verify integrity of content without reading content.