Coder Social home page Coder Social logo

kenshi84 / monero Goto Github PK

View Code? Open in Web Editor NEW

This project forked from monero-project/monero

0.0 0.0 0.0 129.68 MB

Monero: the secure, private, untraceable cryptocurrency

Home Page: https://getmonero.org

License: Other

CMake 2.03% Makefile 0.11% C 13.66% C++ 83.39% Objective-C 0.06% Shell 0.30% Batchfile 0.03% Python 0.27% Perl 0.04% Perl 6 0.11%

monero's People

Contributors

anonimal avatar codehalo avatar erikd avatar fluffypony avatar gingeropolous avatar hyc avatar iamsmooth avatar ipglider avatar jakoblind avatar jaqueeee avatar jtgrassie avatar kenshi84 avatar luigi1111 avatar mathstuf avatar mbg033 avatar mikezackles avatar moneromooo-monero avatar moroccanmalinois avatar neozaru avatar noodledoodlenoodledoodlenoodledoodlenoo avatar oranjuice avatar oyvkva avatar radfish avatar ranok avatar rfree2monero avatar stoffu avatar tewinget avatar vickio avatar vtnerd avatar warptangent avatar

Watchers

 avatar  avatar

monero's Issues

Granting partial access to a specific account/address

  • View secret key: a
  • Spend secret key: b
  • Spend public key of the j-th address of the i-th account: D = B + Hs(Hs(b) || i)*G + Hs(Hs(Hs(Hs(b) || i)) || j)*G
  • View public key: C = a*D

  • Secret for generating accounts: x = Hs(b)
  • Partial spend secret key for the i-th account: m = Hs(x || i)
  • Secret for generating subaddresses specific to the i-th account: y = Hs(m)
  • Partial spend secret key for the j-th address of the i-th account: n = Hs(y || j)
  • Spend public key of the j-th address of the i-th account: D = B + m*G + n*G

  • Bob owns the wallet (i.e. the spend secret key b)
  • Bob can grant access to his i-th account to Charlie by giving him (a, e, y) where e = b + m
    • Charlie can't tell b because he doesn't know x=Hs(b) and thus cannot compute m
    • Charlie can derive the spend secret key of that account's j-th address as: d = e + n
  • Bob can grant access to a specific subaddress at index (i,j) by giving Charlie (a,d)
    • Charlie can send his change to the same address (C,D)

  • A full view-only wallet: (a, B, x)
    • It can generate all the spend public keys with index (i,j) as: D = B + m*G + n*G
  • A view-only wallet restricted to the i-th account: (a, E, y)
    • It can generate all the spend public keys with minor index j as: D = E + n*G
  • A view-only wallet restricted to a specific subaddress: (a,D) where D is the spend public key of some of the subaddresses.

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.