Remove "unreleased" warning for subaddresses

This commit is contained in:
Piotr Włodarek 2018-08-20 09:43:05 +02:00
parent f1cf93e003
commit ac45a89136
2 changed files with 1 additions and 4 deletions

View file

@ -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).

View file

@ -1,8 +1,5 @@
# Subaddress
!!! warning
This is unreleased feature.
Subaddresses serve two purposes described below.
## Prevent payer from linking your payouts together