Giter VIP home page Giter VIP logo

Comments (11)

hamnaz avatar hamnaz commented on June 20, 2024

point 1
point 2
a =1+2 = 3
more advance looking func

point 1
point 2
a =1+2 = 12

from fastecdsa.

AntonKueltz avatar AntonKueltz commented on June 20, 2024

What is this function supposed to do?

from fastecdsa.

hamnaz avatar hamnaz commented on June 20, 2024

as above pubkey abc add(line extend) with pubkey def
and result of pubkey of abcdef

from fastecdsa.

hamnaz avatar hamnaz commented on June 20, 2024

as add func inside your curve.py, bring
abc+def = 18AB
one new func could be inside
like abc+def = abcdef
like point +point = pp ( line extended) ( not 2p)

from fastecdsa.

AntonKueltz avatar AntonKueltz commented on June 20, 2024

You can’t just concatenate coordinates (if that’s the request) on a curve to make new coordinates. I’m not sure what the use case would be but the result would not be a valid curve point.

from fastecdsa.

hamnaz avatar hamnaz commented on June 20, 2024

if both point are under F, then hope could be valid, and if range goes out, then error will apear, try some fomula's, maybe we reach at Goal

from fastecdsa.

AntonKueltz avatar AntonKueltz commented on June 20, 2024

I still don’t think i understand the intent or use is here. Unless you can provide a detailed example of how you expect this to work, along with use cases for why this is needed, I’m going to close this ticket.

from fastecdsa.

hamnaz avatar hamnaz commented on June 20, 2024

during play with ecc, add, substract, multiply, div, i check all ways working, and suddenly apear in mind, could be point addition like point concatenate
like as above example of abc is hex and pubkey, add with def is hex and pubkey
if it works, then further calc will help me to research inside results

from fastecdsa.

AntonKueltz avatar AntonKueltz commented on June 20, 2024

I don't think there's a reason to include concatenation as part of this library since not a standard ECC operation and doesn't have any practical applications i.e. cryptographic schemes that use it. You should be able to implement this fairly quickly if you want to experiment with key concatenation but I don't see any reason to support it in this codebase.

from fastecdsa.

hamnaz avatar hamnaz commented on June 20, 2024

you can create separate codebase for beta testing share with me personal or publicly , and let world test and use in different stages,
no one can predict before , till some idea's come to know in practical,

from fastecdsa.

AntonKueltz avatar AntonKueltz commented on June 20, 2024

Feel to free to fork this repo and implement any experiments as you see fit.

from fastecdsa.

Related Issues (20)

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.