From ac45a891368e477dc84c6a86a8fbbdfc89a24a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C5=82odarek?= Date: Mon, 20 Aug 2018 09:43:05 +0200 Subject: [PATCH] Remove "unreleased" warning for subaddresses --- docs/cryptography/asymmetric/introduction.md | 2 +- docs/public-address/subaddress.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/cryptography/asymmetric/introduction.md b/docs/cryptography/asymmetric/introduction.md index f48c4d2..8f8a734 100644 --- a/docs/cryptography/asymmetric/introduction.md +++ b/docs/cryptography/asymmetric/introduction.md @@ -9,7 +9,7 @@ The "asymmetric" simply means the are two keys: * the private key (used primarily for signing data and for decrypting data) * the public key (used primarily for signature verification and encrypting data) -This is in contrast to symmetric cryptography which uses a single (secret) key. +This is in contrast to symmetric cryptography which uses a single key. This key is a secret shared among the parties. Historically, asymmetric cryptography was based on the problem of factorization of a very large integers back into prime numbers (which is practically impossible for large enough integers). diff --git a/docs/public-address/subaddress.md b/docs/public-address/subaddress.md index b36fac4..6f66b64 100644 --- a/docs/public-address/subaddress.md +++ b/docs/public-address/subaddress.md @@ -1,8 +1,5 @@ # Subaddress -!!! warning - This is unreleased feature. - Subaddresses serve two purposes described below. ## Prevent payer from linking your payouts together