|
|
@@ -1,7 +1,7 @@ |
|
|
|
# DHEBP(DERO Homomorphic Encryption Blockchain Protocol) |
|
|
|
## NB: DERO ALPHA code to demonstrate FHE blockchain transactions. |
|
|
|
# DHEBP (DERO Homomorphic Encryption Blockchain Protocol) |
|
|
|
## DHEBP alpha code to demonstrate FHE blockchain transactions. |
|
|
|
|
|
|
|
## Transaction Details: |
|
|
|
### Transaction Details: |
|
|
|
|
|
|
|
Each transaction consists of 2 parts: |
|
|
|
1. Statement which contains ring members keys, commitments, encrypted balances ( this grows linear ) basicaly 4 curve points per ring member. |
|
|
@@ -9,8 +9,7 @@ Each transaction consists of 2 parts: |
|
|
|
8 ring size proof is only 1997 bytes |
|
|
|
512 ring size proof is only 3965 bytes |
|
|
|
|
|
|
|
|
|
|
|
### Ring Size, Tx Size data |
|
|
|
#### Ring Size, Tx Size data |
|
|
|
``` |
|
|
|
Ring size, tx size (fixed) in bytes irrespective of balance |
|
|
|
2 1669 bytes ( 328 byte statement, 1341 bytes proof ) |
|
|
|