Skip to content

Commit 561b5d1

Browse files
authored
Update README.md
1 parent 08a9fba commit 561b5d1

File tree

1 file changed

+1
-1
lines changed
  • not-so-smart-contracts/solana/improper_pda_validation

1 file changed

+1
-1
lines changed

not-so-smart-contracts/solana/improper_pda_validation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Improper PDA bump seed validation
2+
# [WIP] Improper PDA bump seed validation
33

44
PDAs (Program Derived Addresses) are, by definition, [program-controlled](https://docs.solana.com/terminology#program-derived-account-pda) accounts and therefore can be used to sign without the need to provide a private key. PDAs are generated through a set of seeds and a program id, which are then collectively hashed to verify that the key doesn't lie on the ed25519 curve (curve used by Solana to sign transactions).
55

0 commit comments

Comments
 (0)