Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit c1c8576

Browse files
authored
fix(zh/cryptography): update broken Move reference link to correct page (#993)
1 parent 5fd35ec commit c1c8576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/nextra/pages/zh/build/smart-contracts/cryptography.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RIPEMD160 由于其 80 位的安全级别,应避免作为抗碰撞函数使用
101101
## 椭圆曲线算术
102102

103103
虽然 [哈希函数](#cryptographic-hash-functions)[数字签名](#digital-signature-verification) 模块应为大多数应用提供足够的功能,但某些应用将需要更强大的密码学。
104-
通常,此类应用的开发者需要等待其所需的密码学功能在 [Aptos Move 框架](../../network/blockchain/move.mdx) 中作为 [Move 原生函数](book/functions.mdx#native-functions) 高效实现。
104+
通常,此类应用的开发者需要等待其所需的密码学功能在 [Aptos Move 框架](../why-move.mdx) 中作为 [Move 原生函数](book/functions.mdx#native-functions) 高效实现。
105105
相反,我们公开了基本的构建块,开发者可以使用这些构建块直接在 Move 语言中实现自己的密码学原语,并且做到 **高效**
106106

107107
具体来说,我们目前公开了两个流行的椭圆曲线群及其相关有限域的低级算术操作:
@@ -244,4 +244,4 @@ assert(
244244
[^ed25519]: _ed25519:_ **Ed25519: high-speed high-security signatures**, by Daniel J. Bernstein, Niels Duif, Tanja Lange, Peter Schwabe, Bo-Yin Yang, [https://ed25519.cr.yp.to/](https://ed25519.cr.yp.to/)
245245
[^eddsa]: _eddsa:_ **Taming the Many EdDSAs**, by Konstantinos Chalkias, François Garillot, Valeria Nikolaenko, in SSR 2020, [https://dl.acm.org/doi/abs/10.1007/978-3-030-64357-7_4](https://dl.acm.org/doi/abs/10.1007/978-3-030-64357-7_4)
246246
[^groth16]: _groth16:_ **On the Size of Pairing-Based Non-interactive Arguments**; by Groth, Jens; in EUROCRYPT 2016
247-
[^tlock]: _tlock:_ **tlock: Practical Timelock Encryption from Threshold BLS**; by Nicolas Gailly and Kelsey Melissaris and Yolan Romailler; [https://eprint.iacr.org/2023/189](https://eprint.iacr.org/2023/189)
247+
[^tlock]: _tlock:_ **tlock: Practical Timelock Encryption from Threshold BLS**; by Nicolas Gailly and Kelsey Melissaris and Yolan Romailler; [https://eprint.iacr.org/2023/189](https://eprint.iacr.org/2023/189)

0 commit comments

Comments
 (0)