Commit 7b04b57f authored by garciay's avatar garciay
Browse files

Add Oct48 type

parent 07c880dd
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -104,9 +104,10 @@
    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  Oct32   length(32) with {encode "length(32)"};
    type octetstring  Oct48   length(48) with {encode "length(48)"};
    type octetstring  Oct64   length(64) with {encode "length(64)"};
    type octetstring  Oct64   length(64) with {encode "length(64)"};
    type octetstring  Oct80 length(80) with {encode "length(80)"};
    type octetstring  Oct80 length(80) with {encode "length(80)"};
    type octetstring  Oct128 length(128) with {encode "length(128)"};
    type octetstring  Oct128 length(128) with {encode "length(128)"};