Skip to content

Commit

Permalink
make explicit that the signature types are meant to be used in
Browse files Browse the repository at this point in the history
Signed-off-by: jdsika <[email protected]>
  • Loading branch information
jdsika committed Mar 11, 2024
1 parent bceaeea commit 94ca181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tezos/caip122.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In Tezos, Ed25519 (`tz1`) is the most commonly used signing algorithm. Tezos use

### Signature Type

We propose using any of the four signature types (`tezos:ed25519`, `tezos:secp256k1`, `tezos:p256` and `tezos:bls12-381`) to allow Tezos wallets to sign with `tz1`, `tz2`, `tz3`, or `tz4` addresses for off-chain authentication purposes.
We propose using any of the four signature `types` (`tezos:ed25519`, `tezos:secp256k1`, `tezos:p256` and `tezos:bls12-381`) as `signatureMeta.t` to allow Tezos wallets to sign with `tz1`, `tz2`, `tz3`, or `tz4` addresses for off-chain authentication purposes.

### Signature Creation

Expand Down

0 comments on commit 94ca181

Please sign in to comment.