1package Opt64_PKG is
2   type Hash is new string (1 .. 1);
3   Last_Hash : Hash;
4
5   procedure Encode (X : Integer);
6end;
7