File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ implementation of Web3Auth PnP and Core-Kit.
9393With the Web3Auth infrastructure, your key is divided into multiple parts and stored across your
9494devices and our Auth Network. This ensures that your key is always available and never stored in a
9595single 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
9898With the new Web3Auth MPC (Multi-Party Computation) architecture, it is ** never reconstructed** .
9999Instead, these partial keys are stored across different locations, and your device is used to make
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ npx degit Web3Auth/web3auth-core-kit-examples/mpc-core-kit-web/implicit-flow-exa
4646With Web3Auth infrastructure, your key is divided into multiple parts and stored across your devices
4747and our Auth Network. This ensures that your key is always available and never stored in a single
4848place. 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
5151device is used to make partial signatures for your message/transaction. These are finally returned
5252to the frontend where using TSS (Threshold Signature Scheme), these signatures are combined to make
Original file line number Diff line number Diff line change 4949With the Web3Auth infrastructure, your key is divided into multiple parts and stored across your
5050devices and our Auth Network. This ensures that your key is always available and never stored in a
5151single 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)
5353architecture, it is ** never reconstructed** . Instead, these partial keys are stored across different
5454locations, and your device is used to make partial signatures for your message/ transaction. These
5555are finally returned to the frontend where using TSS (Threshold Signature Scheme), these signatures
You can’t perform that action at this time.
0 commit comments