- C2A8101914BB78150BECC64DE77A0560FA05859BC2908F14E4CE933F6D5682CFEFF4F28982E655321E6E9EE8E1E5B0B884ACF1048DB28AF0EFFFA69C493C2BCF
+ 528072D08137C29163C651C1FCD9A56787F4E6CBCC72BD7A090D24588F79889A81FAD33B1BFCF6CE611C5B3ECD07642BFEC7CB3DB63699832059D97D0BFF0717
ffa/libffa/iron.ads
(2 . 7)(2 . 7)
1114 ------------------------------------------------------------------------------
1115 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
1116 -- --
1117 -- (C) 2017 Stanislav Datskovskiy ( www.loper-os.org ) --
1118 -- (C) 2018 Stanislav Datskovskiy ( www.loper-os.org ) --
1119 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
1120 -- --
1121 -- You do not have, nor can you ever acquire the right to use, copy or --
(39 . 6)(39 . 6)
1123 ByteBits : constant Positive := 8;
1124
1125 -- Whether we have a barrel shifter:
1126 HaveBarrelShifter : constant Boolean := True;
1127 HaveBarrelShifter : constant Boolean := True;
1128
1129 end Iron;