Proof-of-concept implementation of ASN.1 mapping #62

Open
uwiger wants to merge 11 commits from uw-asn1 into master
Showing only changes of commit dbfc013c8a - Show all commits
+4
View File
@@ -117,6 +117,8 @@ tag(entry_transfer_tx) -> 142;
tag(entry_destroy_tx) -> 143; tag(entry_destroy_tx) -> 143;
tag(account_key_store) -> 144; tag(account_key_store) -> 144;
tag(account_create_tx) -> 145; tag(account_create_tx) -> 145;
tag(account_sig_store) -> 146;
tag(auth_tx) -> 147;
tag(pof) -> 200. tag(pof) -> 200.
rev_tag(10) -> account; rev_tag(10) -> account;
@@ -198,4 +200,6 @@ rev_tag(142) -> entry_transfer_tx;
rev_tag(143) -> entry_destroy_tx; rev_tag(143) -> entry_destroy_tx;
rev_tag(144) -> account_key_store; rev_tag(144) -> account_key_store;
rev_tag(145) -> account_create_tx; rev_tag(145) -> account_create_tx;
rev_tag(146) -> account_sig_store;
rev_tag(147) -> auth_tx;
rev_tag(200) -> pof. rev_tag(200) -> pof.