diff --git a/fi/contact/index.html b/fi/contact/index.html index b0b4e56482..bc9f91193d 100644 --- a/fi/contact/index.html +++ b/fi/contact/index.html @@ -588,7 +588,7 @@ window.addEventListener('scroll',changeHeaderBg);
@@ -623,7 +623,7 @@ window.addEventListener('scroll',changeHeaderBg);

Yhdisty sovelluksessa

Avaa Simplex-sovellus diff --git a/fi/index.html b/fi/index.html index 57e8b8d090..39fa3f3681 100644 --- a/fi/index.html +++ b/fi/index.html @@ -660,24 +660,24 @@ window.addEventListener('scroll',changeHeaderBg);
- Security assessment + Turvallisuusarviointi -

Blockchain

In a wide sense, blockchain means a sequence of blocks of data, where each block contains a cryptographic hash of the previous block, thus providing integrity to the whole chain. Blockchains are used in many communication and information storage systems to provide integrity and immutability of the data. For example, BluRay disks use blockchain. SimpleX messaging queues also use blockchain - each message includes the hash of the previous message, to ensure the integrity – if any message is modified it will be detected by the recipient when the next message is received. Blockchains are a subset of Merkle directed acyclic graphs.