Skip to content

Commit e0e0888

Browse files
committed
fix wrong algo mention
1 parent d63ace0 commit e0e0888

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/how-web3auth-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ implementation of Web3Auth PnP and Core-Kit.
9393
With the Web3Auth infrastructure, your key is divided into multiple parts and stored across your
9494
devices and our Auth Network. This ensures that your key is always available and never stored in a
9595
single place. While in the traditional Web3Auth SDK, your key was dynamically reconstructed in the
96-
front end using threshold signatures.
96+
front end using shamir secret sharing.
9797

9898
With the new Web3Auth MPC (Multi-Party Computation) architecture, it is **never reconstructed**.
9999
Instead, these partial keys are stored across different locations, and your device is used to make

src/pages/guides/mpc-core-kit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ npx degit Web3Auth/web3auth-core-kit-examples/mpc-core-kit-web/implicit-flow-exa
4646
With Web3Auth infrastructure, your key is divided into multiple parts and stored across your devices
4747
and our Auth Network. This ensures that your key is always available and never stored in a single
4848
place. While in the traditional Web3Auth SDK, your key was dynamically reconstructed in the frontend
49-
using threshold signatures, with the new Web3Auth MPC (Multi-Party Computation) architecture, it is
49+
using shamir secret sharing. With the new Web3Auth MPC (Multi-Party Computation) architecture, it is
5050
**never reconstructed**. Instead, these partial keys are stored across different locations, and your
5151
device is used to make partial signatures for your message/transaction. These are finally returned
5252
to the frontend where using TSS (Threshold Signature Scheme), these signatures are combined to make

src/pages/guides/tkey-js-mpc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ used.
4949
With the Web3Auth infrastructure, your key is divided into multiple parts and stored across your
5050
devices and our Auth Network. This ensures that your key is always available and never stored in a
5151
single place. While in the traditional Web3Auth SDK, your key was dynamically reconstructed in the
52-
frontend using threshold signatures, with the new Web3Auth MPC (Multi Party Computation)
52+
frontend using shamir secret sharing. With the new Web3Auth MPC (Multi Party Computation)
5353
architecture, it is **never reconstructed**. Instead, these partial keys are stored across different
5454
locations, and your device is used to make partial signatures for your message/ transaction. These
5555
are finally returned to the frontend where using TSS (Threshold Signature Scheme), these signatures

0 commit comments

Comments
 (0)