Skip to content
View Jaysok's full-sized avatar
Block or Report

Block or report Jaysok

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. Lamport-Signature Lamport-Signature
    1
    # Lamport Signature javascript implementation
    2
    
                  
    3
    I have implemented a basic Lamport Signature, following the instructions provided in [this video](https://www.youtube.com/playlist?list=PLUl4u3cNGP61KHzhg3JIJdK08JLSlcLId).
    4
    
                  
    5
      * The private keys are generated using `randomBytes`, a function which essentially serves as a wrapper for OpenSSL's `RAND_bytes()`. More information on the randomness of this function can be found at the following links: