You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apps/nextra/pages/en/build/smart-contracts/cryptography.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ For more use cases of the `crypto_algebra` module, check out some Move examples:
207
207
208
208
### Veiled coins
209
209
210
-
The [`veiled_coin` example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/move-examples/veiled_coin/sources) demonstrates how to use [the Ristretto255 modules from above](#ristretto255-arithmetic) to add a reasonable layer of confidentiality to coin balances and transactions.
210
+
The [`veiled_coin` example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/framework-experimental/veiled_coin) demonstrates how to use [the Ristretto255 modules from above](#ristretto255-arithmetic) to add a reasonable layer of confidentiality to coin balances and transactions.
211
211
212
212
Specifically, users can **veil** their balance, keeping it hidden from everyone, including validators.
213
213
Furthermore, a user can send a **veiled transaction** that hides the transaction amount from everybody, including validators.
Copy file name to clipboardexpand all lines: apps/nextra/pages/zh/build/smart-contracts/cryptography.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ For more use cases of the `crypto_algebra` module, check out some Move examples:
207
207
208
208
### Veiled coins
209
209
210
-
The [`veiled_coin` example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/move-examples/veiled_coin/sources) demonstrates how to use [the Ristretto255 modules from above](#ristretto255-arithmetic) to add a reasonable layer of confidentiality to coin balances and transactions.
210
+
The [`veiled_coin` example](https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/framework-experimental/veiled_coin) demonstrates how to use [the Ristretto255 modules from above](#ristretto255-arithmetic) to add a reasonable layer of confidentiality to coin balances and transactions.
211
211
212
212
Specifically, users can **veil** their balance, keeping it hidden from everyone, including validators.
213
213
Furthermore, a user can send a **veiled transaction** that hides the transaction amount from everybody, including validators.
0 commit comments