Skip to content
Avatar

Organizations

@dfinity
Block or Report

Block or report randombit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. botan Public

    Cryptography Toolkit

    C++ 1.8k 437

  2. botan-rs Public

    🦐 Rust cryptography library

    Rust 12 6

  3. Wycheproof for Rust

    Rust 8 1

  4. Elliptic curve pairing in Python

    Python 32 15

  5. Internet Computer blockchain source: the client/replica software run by nodes

    Rust 950 121

791 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February 2022

Created 68 commits in 2 repositories

Created a pull request in randombit/botan that received 2 comments

Reviewed 1 pull request in 1 repository
randombit/botan 1 pull request

Created an issue in llvm/llvm-project that received 1 comment

False positive from clang-analyzer-deadcode.DeadStores with std::ref and std::bind

#include <functional> #include <stdio.h> void run(int v) { printf("%d\n", v); } int main() { int v = 5; auto f = std::bind(run, std::ref(v)); f(); …

1 comment
Opened 1 other issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.