(8 . 6)(8 . 8)
5
6 To understand EuCrypt, start from http://www.dianacoman.com/2017/12/07/introducing-eucrypt/
7
8 NB: EuCrypt aims to *keep trying* to accomplish a task. In particular, when entropy is needed, it will keep asking for as many random bits as it needs from the configured entropy source and it will not proceed unless those are provided.
9
10 Components:
11 1. mpi
12 Arbitrary length integers and operations.