Git Product home page Git Product logo

ethereum_research's Introduction

Welcome!

You can find my personal site here: autoparallel.xyz. All opinions shared there are my own and do not reflect any views from any organizations I am associated with whatsoever.

In the past I studied mathematics and physics. Now, I'm more interested in computing and distributed systems as well as cryptography. There's a wonderful interplay between math and computing that I started to love over the years. I would really enjoy getting to apply the background I have in pure mathematics to formal verification of software. Quantum computing is another subject high on my list of interests (and would be fun to explore deeper given my background in Clifford algebras).

Currently a Staff Research Engineer at Pluto

Education

Ph.D. - Mathematics (Dissertation)

BS - Mathematics and Physics

Wrote an open source textbook: Mathematics for Physicists and Chemists.

Articles and Blogs

At Primitive:

ethereum_research's People

Contributors

0xjepsen avatar autoparallel avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

0xjepsen garbar70

ethereum_research's Issues

Spice up the resources

get cracked on the sage notebooks and repositories

maybe give a brief summary on each resource and maybe what good information it has.

CI/CD

Lets either take our or fix the failing CI/CD and maybe add in some simple ones for rust

Maybe we wat to implement Grain LSFR for round constant generation

/// From the paper ():
/// The round constants are generated using the Grain LFSR [23] in a self-shrinking
/// mode:
/// 1. Initialize the state with 80 bits b0, b1, . . . , b79, where
/// (a) b0, b1 describe the field,
/// (b) bi for 2 ā‰¤ i ā‰¤ 5 describe the S-Box,
/// (c) bi for 6 ā‰¤ i ā‰¤ 17 are the binary representation of n,
/// (d) bi for 18 ā‰¤ i ā‰¤ 29 are the binary representation of t,
/// (e) bi for 30 ā‰¤ i ā‰¤ 39 are the binary representation of RF ,
/// (f) bi for 40 ā‰¤ i ā‰¤ 49 are the binary representation of RP , and
/// (g) bi for 50 ā‰¤ i ā‰¤ 79 are set to 1.
/// 2. Update the bits using bi+80 = bi+62 āŠ• bi+51 āŠ• bi+38 āŠ• bi+23 āŠ• bi+13 āŠ• bi
/// .
/// 3. Discard the first 160 bits.
/// 4. Evaluate bits in pairs: If the first bit is a 1, output the second bit. If it is a
/// 0, discard the second bit.
/// Using this method, the generation of round constants depends on the specific
/// instance, and thus different round constants are used even if some of the chosen
/// parameters (e.g., n and t) are the same.
/// If a randomly sampled integer is not in Fp, we discard this value and take the
/// next one. Note that cryptographically strong randomness is not needed for the
/// round constants, and other methods can also be used.

/// Following https://extgit.iaik.tugraz.at/krypto/hadeshash/blob/master/code/scripts/create_rcs_grain.sage
/// The script was updated and can currently be found at:
/// https://extgit.iaik.tugraz.at/krypto/hadeshash/blob/master/code/generate_parameters_grain.sage

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.