Skip to content
View thibmeu's full-sized avatar
🥐
🥐

Block or report thibmeu

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. tlock-rs tlock-rs Public

    Rust encryption library for practical time-lock encryption.

    Rust 35 5

  2. drand-rs drand-rs Public

    Implementation of a drand client in Rust

    Rust 30 4

  3. age-plugin-simplepq age-plugin-simplepq Public

    Simple Post Quantum plugin for age

    Rust 10

  4. age-plugin-hpke age-plugin-hpke Public

    Rust 3 1

  5. Uint8Array helper for encoding and d... Uint8Array helper for encoding and decoding, similar to Node.js `Buffer`
    1
    // Helper methods
    2
    const hex_decode = (s) =>
    3
      Uint8Array.from(s.match(/.{1,2}/g).map((b) => parseInt(b, 16)));
    4
    
                  
    5
    const hex_encode = (u) =>
  6. rfc9500 rfc9500 Public

    Public Key Cryptography Test Keys from RFC 9500

    Shell 1