Commit e1343085 authored by garciay's avatar garciay
Browse files

Add Oct32 type

parent dc16867d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -98,6 +98,7 @@
    type octetstring  Oct14   length(14) with {encode "length(14)"};
    type octetstring  Oct14   length(14) with {encode "length(14)"};
    type octetstring  Oct15   length(15) with {encode "length(15)"};
    type octetstring  Oct15   length(15) with {encode "length(15)"};
    type octetstring  Oct16   length(16) with {encode "length(16)"};
    type octetstring  Oct16   length(16) with {encode "length(16)"};
    type octetstring  Oct32   length(32) with {encode "length(32)"};
    
    
    type octetstring  Oct20   length(20) with {encode "length(20)"};
    type octetstring  Oct20   length(20) with {encode "length(20)"};
    type octetstring  Oct64   length(64) with {encode "length(64)"};
    type octetstring  Oct64   length(64) with {encode "length(64)"};