|
1 | 1 | # Glossary |
2 | 2 |
|
3 | | -| Term | Explanation | |
4 | | -| ----- | ----------------------------------------------- | |
5 | | -| 2PC | Secure Two-party computation | |
6 | | -| A2M | Addition-to-Multiplication | |
7 | | -| AES | Advanced Encryption Standard | |
8 | | -| DEAP | Dual Execution with Asymmetric Privacy | |
9 | | -| ECB | Electronic codebook (encryption mode) | |
10 | | -| ECDH | Elliptic-Curve Diffie-Hellman | |
11 | | -| GC | Garbled Circuit | |
12 | | -| GCM | Galois/Counter Mode | |
13 | | -| GHASH | GCM hash | |
14 | | -| HMAC | Hash-based Message Authentication Code | |
15 | | -| M2a | Multiplication-to-Addition | |
16 | | -| MAC | Message Authentication Code | |
17 | | -| MPC | Secure Multi-party computation | |
18 | | -| OT | oblivious transfer | |
19 | | -| PMS | Pre master secret (TLS) | |
20 | | -| PRF | Pseudo Random Function | |
21 | | -| PRG | pseudorandom generator | |
22 | | -| PSE | Privacy and Scaling Exploration | |
23 | | -| RSA | Rivest–Shamir–Adleman (public-key cryptosystem) | |
24 | | -| TLS | transport layer security | |
| 3 | +| Term | Explanation | |
| 4 | +| ----- | -------------------------------------------------------------------------- | |
| 5 | +| 2PC | Secure Two-party computation | |
| 6 | +| A2M | Addition-to-Multiplication | |
| 7 | +| AES | Advanced Encryption Standard | |
| 8 | +| DEAP | Dual Execution with Asymmetric Privacy | |
| 9 | +| ECB | Electronic codebook (encryption mode) | |
| 10 | +| ECDH | Elliptic-Curve Diffie-Hellman | |
| 11 | +| GC | Garbled Circuit | |
| 12 | +| GCM | Galois/Counter Mode | |
| 13 | +| GHASH | GCM hash | |
| 14 | +| HMAC | Hash-based Message Authentication Code | |
| 15 | +| M2a | Multiplication-to-Addition | |
| 16 | +| MAC | Message Authentication Code | |
| 17 | +| MPC | Secure Multi-party computation | |
| 18 | +| OT | oblivious transfer | |
| 19 | +| PMS | Pre master secret (TLS) | |
| 20 | +| PRF | Pseudo Random Function | |
| 21 | +| PRG | pseudorandom generator | |
| 22 | +| PSE | Privacy Stewards of Ethereum (formerly "Privacy and Scaling Explorations") | |
| 23 | +| RSA | Rivest–Shamir–Adleman (public-key cryptosystem) | |
| 24 | +| TLS | transport layer security | |
0 commit comments