ALCHEMY icon indicating copy to clipboard operation
ALCHEMY copied to clipboard

A Language and Compiler for Homomorphic Encryption Made easY

Results 4 ALCHEMY issues
Sort by recently updated
recently updated
newest added

There is no ```cabal``` build defined for alchecmy. ```stack build``` hangs: ``` $ stack build Preparing to install GHC (ino64) to an isolated location. This will not interfere with any...

This occurs because the `ZqPairsWithUnits` type family is called for every operation in the computation as well as every term in the resulting type (because of Cyc2CT) and for each...

Summary of our email correspondence on this subject: Currently, keys are generated on-demand which means that if it is never strictly necessary to generate a key, we don't. This has...

At some point we should enable Travis for continuous integration. This requires putting an appropriate `.travis.yml` file in the root of the repository. There's one in my Lol repository, but...