-
I have installed ABY, ENCRYPTO_utils and relic successfully, and passed all tests.
But when I compile my project, I get the problem as
CMake Error at /usr/local/lib/cmake/ENCRYPTO_utils/ENCRYPTO_ut…
-
The build gives the following errors when MOTION executable building is enabled (e.g., with the `MOTION_BUILD_EXE` option):
```bash
MOTION/src/examples/benchmark/common/benchmark.cpp: In function …
-
building `OTExtension` downloads relic version 0.5.0, and during compilation (on Ubuntu 22.04) fails with the following error:
```
[ 76%] Building C object extern/ENCRYPTO_utils/extern/relic/src/C…
-
When i build my own application used target_link_libraries(my_application ABY::aby) and make, the program outputs error cmake_constants.h is not found. Is there some solution with my problem? Looking…
-
For relic, `cmake . && make && sudo make install` works well and `find . -name librelic_s.a` shows that librelic_s.a is generated well. But in aby `cmake . && make` produce the following error message…
-
I've recently lost my Macbook due to motherboard failure.
I managed to recovery my encrypted files, but don't have any macOS device available to use Encrypto in order to retrieve the data on those …
-
when I use `make`, the `/bin` folder is empty.
When I execute `cmake .. -DABY_BUILD_EXE=On`, the terminal will prompt the following error.
-- Configured operating system: LINUX
-- Compiler fla…
-
To build ABY, g++ version >= 8.4 is required. However, by default, the docker version of Ubuntu 18.04 comes with g++ version 7.5 (as of now). Thus, we should add g++8 ([install g++8](https://gist.gith…
-
After some work hereby the manual for succesfull compilation on Windows 64 bit. ( Also for dummies )
OS: Windows 10
Arch: 64bit
This tutorial is based upon my own setup which means: I install d…
-
这边在c0ny1师傅的插件上已经实现了加密,想用到这个插件里,把所有的js文件都放到了jsFile下了,在main里直接调用encrypto这样返回都是coolcat,请问师傅是调用的有问题还是不支持require呢,不太理解那个js文件全部载入内存是什么意思
```javascript
require("amd-loader");
const E = require("./AES");…