GithubHelp home page GithubHelp logo

ukoehb / monero Goto Github PK

View Code? Open in Web Editor NEW

This project forked from monero-project/monero

7.0 7.0 3.0 185.59 MB

Monero: the secure, private, untraceable cryptocurrency

Home Page: https://getmonero.org

License: Other

CMake 1.99% C++ 81.71% C 11.89% Shell 0.57% Perl 0.07% Python 2.71% Makefile 0.52% q 0.09% Dockerfile 0.01% Assembly 0.39% Ruby 0.01% Raku 0.02% Awk 0.02%

monero's People

Contributors

anonimal avatar cslashm avatar fluffypony avatar gingeropolous avatar hyc avatar idunk5400 avatar j-berman avatar jaqueeee avatar jeffro256 avatar kenshi84 avatar luigi1111 avatar mathstuf avatar mbg033 avatar mikezackles avatar mj-xmr avatar moneromooo-monero avatar noodledoodlenoodledoodlenoodledoodlenoo avatar oranjuice avatar ph4r05 avatar radfish avatar rbrunner7 avatar selsta avatar snipa22 avatar stoffu avatar tewinget avatar thecharlatan avatar tobtoht avatar vtnerd avatar warptangent avatar xiphon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

monero's Issues

Suboptimal TXID calculation

Some issues with the TXID calculation:

  1. Doesn't explain why the input key images are hashes twice. IMO it's sufficient to have them in the prefix, which would save 1 hash.
  2. The final hash hashes more than 128 bytes of data, which requires two calls to the Blake2b compression function. This has the same performance impact as one additional hash. Since 3 hashes take 96 bytes, the domain separation stuff could still fit into the remaining 32 bytes if it was less verbose.

Elliptic curve abstraction

In some places (for example here), code specific to the ed25519 elliptic curve leaks into the Seraphis logic.

It would make sense to abstract that away. Makes more sense in the context of the proposal to switch to a different curve, but also would make it easier to check that the code matches the Seraphis specification.

Edge cases where the Seraphis wallet lib wouldn't identify received legacy enotes that wallet2 does

  1. When there is >1 tx pub key included in tx extra:

  2. When the first additional pub keys vector in tx extra has unequal number of pub keys than there are enotes in the tx:

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.