Git Product home page Git Product logo

Comments (4)

qianlou avatar qianlou commented on August 16, 2024

Hi,

Thanks very much for your interests on our project. Please check the latest codes. You will get the following result:
Screenshot from 2020-03-12 17-37-04

Bests,
~Qian

from she.

chanfm81 avatar chanfm81 commented on August 16, 2024

Hi,

Thanks for the speedy response.
When i tried Be=[ 0 0 0 0 0 0 0 0] , the decrypted result is not same as plain result:
######## 1. shiftDot(A[0:input_size-1], Be[0:input_size-1]) Verification#######
A=[ 0 1 2 3 4 5 6 7]
Be=[ 0 0 0 0 0 0 0 0]
elem_shift time:0.000007
reduce_add time:2.231727
Decrypted Result:24
Plaintext Result: 28

Thanks.

from she.

qianlou avatar qianlou commented on August 16, 2024

Hi,
Thanks very much for your feedback. Yes, one solution is that you could use the latest code to avoid this "not exact result", but this is a little slower in running time. I just replaced the reduce_add() into seq_add().

If you still want to use the old codes, you should take care of the vector length, e.g. 10, you can also get the correct answer using reduce_add(). One of my future works is to get the robust and fast reduce_add().

from she.

chanfm81 avatar chanfm81 commented on August 16, 2024

Hi,
Thanks for the info.
Looking forward to your future works. Cheers :)

from she.

Related Issues (9)

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.