GithubHelp home page GithubHelp logo

blockkey's Introduction

Hi, I'm Miles

๐Ÿ’ป Skills

  • My top technologies are C# and Rust, with an occasional sprinkling of JS/TS.
  • I'm currently building a platform for selling software on the blockchain.
  • I also know some Python, Go and Java, and sometimes I think I know AWS and Docker.
  • From time to time I experiment with functional programming (F#, OCaml) or, when the stars align, quantum computing.
  • My interests include distributed systems (especially decentralized ones), cloud computing, and concurrent/async programming.

๐ŸŒ Links

Twitter LinkedIn Stack Overflow DEV Portfolio


โœ๏ธ Latest posts


๐Ÿ“ˆ Stats


Feel free to โญ any repos you like!

blockkey's People

Contributors

brianlck avatar jakosimov avatar mileswatson avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jakosimov

blockkey's Issues

Contract Abstractions

There should be a folder (e.g. crypto/contracts) which contains abstractions over public-key cryptography primitives. I think the easiest option would be to use the inbuilt libp2p types?

  • PublicKey struct
    • verify(bytes)
  • Signature struct
    • signee (public key?)
    • signature (bytes?)
    • verify()
  • PrivateKey struct
    • new()
    • get_public()
  • Contract<T: Hashable> interface, with following impl
    • sign(private key)
    • verify()

Contract could either be generic struct or generic interface. Worth discussing, although I think interface has the edge (would only need to require get / set signature if impl Hashable).

Hash Abstractions

There should be a folder (e.g. crypto/hashing) which contains abstractions over hashing primitives.

  • Hash type abstraction (e.g. over [u8; 32])
    • from_bytes
    • to_string or other string format
  • Hashable interface (self -> Hash)
  • MerkleTree functionality over Hashable[]

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.