From 0c166c7824a666dfa147bf44182bfaef78c09d98 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 Jun 2019 16:22:27 +0200 Subject: img --- images/life-safer.jpg | Bin 0 -> 803370 bytes images/life-safer.medium.jpg | Bin 0 -> 305571 bytes principles.html.j2 | 11 ++++++----- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 images/life-safer.jpg create mode 100644 images/life-safer.medium.jpg diff --git a/images/life-safer.jpg b/images/life-safer.jpg new file mode 100644 index 00000000..0105be65 Binary files /dev/null and b/images/life-safer.jpg differ diff --git a/images/life-safer.medium.jpg b/images/life-safer.medium.jpg new file mode 100644 index 00000000..a5ff9314 Binary files /dev/null and b/images/life-safer.medium.jpg differ diff --git a/principles.html.j2 b/principles.html.j2 index 55e49568..0c8c7d86 100644 --- a/principles.html.j2 +++ b/principles.html.j2 @@ -134,14 +134,15 @@ Approaches such as proof-of-work are ruled out by this requirement. Efficiency i
- +

Life Safers

-

8. Avoid single points of failure

+

8. Fault-tolerant design

-While the design we present later is rather centralized, avoiding single -points of failure is still a goal. This manifests in architectural choices such -as the isolation of certain components, and auditing procedures. + Taler should tolerate failure of individual components and systems, + including malicious operators compromising core secrets. + This manifests in architectural choices such + as the isolation of certain components, and auditing procedures.

-- cgit v1.2.3