I hereby claim:
- I am sparre on github.
- I am sparre (https://keybase.io/sparre) on keybase.
- I have a public key whose fingerprint is 78C7 952D 43FB A0C3 EF80 9356 2E98 C783 1096 2C90
To claim this, I am signing this object:
with Ada.Direct_IO; | |
with Ada.Text_IO; -- For demonstration purposes. | |
procedure Tail is | |
type Your_Record is String (1 .. 8); | |
package Record_IO is new Ada.Direct_IO (Element_Type => Your_Record); | |
Source : Record_IO.File_Type; | |
Value : Your_Record; | |
begin |
with Ada.Text_IO; | |
with Crypto.Types.Base64; | |
procedure Experiment is | |
package Boolean64 is new Crypto.Types.Base64 (Boolean); | |
Some_Data : constant Crypto.Types.Bytes := (0, 12, 24, 48, 96, 192, 65, 65, 65); | |
use Ada.Text_IO; |
I hereby claim:
To claim this, I am signing this object: