Move solana-specific parts of crypto/ into sdk/

This commit is contained in:
Michael Vines
2021-09-28 13:10:43 -07:00
parent 0e1afcbb26
commit ae5d254e73
4 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
// Program Id of the ZkToken Proof program
solana_program::declare_id!("ZkTokenProof1111111111111111111111111111111");