(1 . 3)(1 . 22)
397 ------------------------------------------------------------------------------
398 ------------------------------------------------------------------------------
399 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
400 -- --
401 -- (C) 2017 Stanislav Datskovskiy ( www.loper-os.org ) --
402 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
403 -- --
404 -- You do not have, nor can you ever acquire the right to use, copy or --
405 -- distribute this software ; Should you use this software for any purpose, --
406 -- or copy and distribute it to anyone or in any manner, you are breaking --
407 -- the laws of whatever soi-disant jurisdiction, and you promise to --
408 -- continue doing so for the indefinite future. In any case, please --
409 -- always : read and understand any software ; verify any PGP signatures --
410 -- that you use - for any purpose. --
411 -- --
412 -- See also http://trilema.com/2015/a-new-software-licensing-paradigm . --
413 ------------------------------------------------------------------------------
414 ------------------------------------------------------------------------------
415
416 with Words; use Words;
417 with FZ_Type; use FZ_Type;
418