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

Commit eb7d326

Browse files
authored
fix typo in confidential token docs (#4065)
1 parent 9b5e63c commit eb7d326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/confidential-token/deep-dive/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ Account {
435435
A well-known limitation of using linearly-homomorphic ElGamal encryption is the
436436
inefficiency of decryption. Even with a proper secret key, in order to recover
437437
the originally encrypted value, one must solve a computational problem called
438-
the _discrete logarithm_, which requires an expoential time to solve. In the
438+
the _discrete logarithm_, which requires an exponential time to solve. In the
439439
confidential extension program, we address this issue in the following two ways:
440440

441441
- Transfer amounts are restricted to 48-bit numbers.

0 commit comments

Comments
 (0)