Pinned Repositories
crand
A human-friendly way to use crypto/rand
go-mutesting
Mutation testing for Go source code. Fork from https://github.com/zimmski/go-mutesting
go_path
golab-2017-training
Training material for GoLab 2017
nicecache
Fast strongly typed golang cache
pretty
Pretty printing for Go values
JekaMas's Repositories
JekaMas/crand
A human-friendly way to use crypto/rand
JekaMas/go-mutesting
Mutation testing for Go source code. Fork from https://github.com/zimmski/go-mutesting
JekaMas/all_concurrency
JekaMas/Ardan02272023Live
JekaMas/awesome-go-style
A collection of Go style guides
JekaMas/batch
A guarded way to proceed data
JekaMas/btreedb
JekaMas/Circom-bootcamp-rareskills
JekaMas/cometbft
CometBFT (fork of Tendermint Core): A distributed, Byzantine fault-tolerant, deterministic state machine replication engine
JekaMas/debug
A set of useful debugging functions
JekaMas/erigon-book
Technical book about Erigon technology
JekaMas/FuzzyVM
Implementation of a differential fuzzer for Ethereum Virtual Machines
JekaMas/go-ethereum
Official Go implementation of the Ethereum protocol
JekaMas/go-grpc-net-conn
Turn any gRPC stream into a Go `net.Conn` implementation.
JekaMas/go-opera
Opera blockchain protocol secured by the Lachesis consensus algorithm
JekaMas/goevmlab
Evm laboratory
JekaMas/GoLangProj
JekaMas/hiring-without-whiteboards
⭐️ Companies that don't have a broken hiring process
JekaMas/jsoniter
A high-performance 100% compatible drop-in replacement of "encoding/json"
JekaMas/lachesis-base
Lachesis aBFT consensus algorithm library
JekaMas/pikabu_ethereum_proof
JekaMas/property-based-example
JekaMas/prysm
Go implementation of the Ethereum 2.0 blockchain
JekaMas/rapid
Rapid is a Go library for property-based testing that supports state machine ("stateful" or "model-based") testing and fully automatic test case minimization ("shrinking")
JekaMas/RareSkills-Circom-Bootcamp
Homework code for RareSkills Circom Bootcamp cohort 1 (started May 24th 2024)
JekaMas/simple_chain
JekaMas/simple_chain-1
SImple blockchain with proof of authority
JekaMas/sql-migrate
SQL schema migration tool for Go.
JekaMas/workerpool
Concurrency limiting goroutine pool
JekaMas/zkp-pedersen-commitments
Practise implementation of Bulletproofs, including Pedersen commitments, based on the Bulletproofs (ZK-2) course by Rareskills.