mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
Remove "unreleased" warning for subaddresses
This commit is contained in:
parent
f1cf93e003
commit
ac45a89136
2 changed files with 1 additions and 4 deletions
|
@ -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).
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# Subaddress
|
||||
|
||||
!!! warning
|
||||
This is unreleased feature.
|
||||
|
||||
Subaddresses serve two purposes described below.
|
||||
|
||||
## Prevent payer from linking your payouts together
|
||||
|
|
Loading…
Reference in a new issue