Git Product home page Git Product logo

idash2017's People

Contributors

activecondor avatar smallmass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

idash2017's Issues

Division by zero when running examples

Hi, I built the software successfully but get the following error:
Start Enc NLGD
division by zero in _ntl_gdiv

It occurs just after the "enc NLGD" message in iteration 5 of the first example in your Readme.
Versions of software are:
NTL 11.4.3 and GMP 6.2.0 - on both Manjaro 5.10.2 and Kubuntu 20.04 (different machines)

If I reduce the polynomial degree from 5 to 3 I get a few iterations further
If I try an example with a larger dataset, I get a few iterations further.
I see that the logq values are decreasing, they get to 168 before the crash.

Do you have any ideas as to an approach to solve this.
Many thanks

makefile error!!!!

hello, i am new here, I meet an issue:
Building file: ../src/CipherGD.cpp
Invoking: GCC C++ Compiler
g++ -I/Users/Han/Documents/Git/Programming/HEAANBOOT/HEAANBOOT/src -I/usr/local/include -I/Users/kimandrik/git/HEAANBOOT/HEAANBOOT/src -O3 -pthread -c -std=c++11 -MMD -MP -MF"src/CipherGD.d" -MT"src/CipherGD.o" -o "src/CipherGD.o" "../src/CipherGD.cpp"
In file included from ../src/CipherGD.cpp:9:0:
../src/CipherGD.h:12:20: fatal error: Scheme.h: No such file or directory
compilation terminated.
src/subdir.mk:27: recipe for target 'src/CipherGD.o' failed
make: *** [src/CipherGD.o] Error 1
how can i solve this problem? thanks!

some method I don't know, Please help me!

I'm learning your code, but I have some trouble. Please help me!
In your code, I don't know the meaning of some parameters(such as, cnum, slots, sBits, bBits and so on). Where can I get the way to solve the problem? In your paper, I don't find the good way to know these parameters.
some method(such as, encLGD, encMLGD, encNLGD), what is their different point?

Please help me, Thank you so much.

Which version of HEAAN I should use?

Hello,

When I used make in IDASH2017/run, I got this issue:

Building target: IDASH2017
Invoking: MacOS X C++ Linker
g++ -L/home/ruiqi/Documents/HEAAN-master/HEAAN/Debug -L/usr/local/lib -pthread -o "IDASH2017" ./src/CipherGD.o ./src/GD.o ./src/IDASH2017.o ./src/TestGD.o -lHEAAN -lntl -lgmp
/usr/bin/ld: cannot find -lHEAAN
collect2: error: ld returned 1 exit status
makefile:45: recipe for target 'IDASH2017' failed
make: *** [IDASH2017] Error 1

I've already checked the makefile, so the problem locates at this block:

# Tool invocations
IDASH2017: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: MacOS X C++ Linker'
	g++ -L/home/ruiqi/Documents/HEAAN-master/HEAAN/Debug -L/usr/local/lib -pthread -o "IDASH2017" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

The HEAAN I installed has no HEAAN/Debug document, it may have caused the problem of make failure. How can I solve this issue?

How to run it?

I had installed the HEAAN library and try to "make" in the /lib, but got into some trouble:
#include <Scheme.h>
^~~~~~~~~~
compilation terminated.
src/subdir.mk:27: recipe for target 'src/CipherGD.o' failed
make: *** [src/CipherGD.o] Error 1

please give me some advice. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.