ccn_merkle_path_asn1.c

Go to the documentation of this file.
00001 /**
00002  * @file ccn_merkle_path_asn1.c
00003  * Framework to generate implementation of ASN.1 functions to deal with Merkle paths
00004  */
00005 
00006 #include <ccn/merklepathasn1.h>
00007 
00008 ASN1_SEQUENCE(MP_info) = {
00009     ASN1_SIMPLE(MP_info, node, ASN1_INTEGER),
00010     ASN1_SEQUENCE_OF(MP_info, hashes, ASN1_OCTET_STRING)
00011 } ASN1_SEQUENCE_END(MP_info)
00012 
00013 IMPLEMENT_ASN1_FUNCTIONS(MP_info)
00014 

Generated on Thu Feb 16 00:44:00 2012 for Content-Centric Networking in C by  doxygen 1.5.6