netsec-ethz / rains

RAINS (Another Internet Naming Service)
Apache License 2.0
9 stars 11 forks source link

Add SCION address object types. #175

Closed rayhaanj closed 5 years ago

rayhaanj commented 5 years ago

This commit adds the object types OTScionAddr4, OTScionAddr6 with type 14, 15 respectively.

Also adds the appropriate encoder and decoder methods for CBOR. The CBOR representation uses the snet utilities for converting addresses to and from string representation.


This change is Reviewable

britram commented 5 years ago

This seems like it's off the same branch as #157, so master should merge back to this after it lands (and I'll review it then)