-
+ 49E370ED04A5198711E8BAE455B680EC0B5E88AA2EAC1A2D6839F368792A21EFE06EC7F204B66A6956AAF1512F704928A35A4B6906EEF8355325944ED09EDDF9
ffa/ffademo/demo_ch3.ads
(0 . 0)(1 . 24)
133 ------------------------------------------------------------------------------
134 ------------------------------------------------------------------------------
135 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
136 -- --
137 -- (C) 2017 Stanislav Datskovskiy ( www.loper-os.org ) --
138 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
139 -- --
140 -- You do not have, nor can you ever acquire the right to use, copy or --
141 -- distribute this software ; Should you use this software for any purpose, --
142 -- or copy and distribute it to anyone or in any manner, you are breaking --
143 -- the laws of whatever soi-disant jurisdiction, and you promise to --
144 -- continue doing so for the indefinite future. In any case, please --
145 -- always : read and understand any software ; verify any PGP signatures --
146 -- that you use - for any purpose. --
147 -- --
148 -- See also http://trilema.com/2015/a-new-software-licensing-paradigm . --
149 ------------------------------------------------------------------------------
150 ------------------------------------------------------------------------------
151
152 package Demo_Ch3 is
153
154 procedure Demo_Shifts;
155
156 end Demo_Ch3;