;; This is a partial implementation of the ASN.1 DER encoding rules. ;; Given an octet list, the procedure (DER:DECODE L) will decode the ;; list L, returning an appropriate Scheme type. ;; ;; Usage: ;; ;; (DER:DECODE der-encoded-value) => decoded-value ;; (DER:DECODE der-encoded-value