src/HOL/SPARK/Examples/RIPEMD-160/shadow/interfaces.ads
author haftmann
Thu, 08 Sep 2011 11:31:23 +0200
changeset 44839 d19c677eb812
parent 41561 d1318f3c86ba
permissions -rw-r--r--
tuned

package Interfaces is

   type Unsigned_32 is mod 2 ** 32;

end Interfaces;