Commit aea7482d authored by garciay's avatar garciay
Browse files

Add Bit256 type

parent 61a31da0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@
	type bitstring  Bit72   length(72) with {encode "length(72)"};
    type bitstring  Bit128  length(128) with {encode "length(128)"};
    type bitstring  Bit144  length(144) with {encode "length(144)"};
    type bitstring  Bit256  length(256) with {encode "length(256)"};

  } // end group bitStringSubTypes