Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build system, and add input from hex. #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 9, 2017

  1. Fix build system, and add input from hex.

    * The build system previously was broke, files were attempting to be
      copied twice fouling make. See issue beargiles#2 on github.
    
    * We didn't currently have a method of converting hex to bignum, added.
    
    * Also fixed freeing in the event of length mismatch, believe this was a
      memory leak.
    EvanCarroll committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    d496a09 View commit details
    Browse the repository at this point in the history
  2. updated header file

    EvanCarroll committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    4d98cb7 View commit details
    Browse the repository at this point in the history
  3. Changed to use asc2bn

    * this works with b16 and b10
    
    * maintained hex2bn binding so we don't have to add 0x to cstring input
      to get a bn.
    EvanCarroll committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    5164919 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Configuration menu
    Copy the full SHA
    42e4a67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dbdeadka/master

    addition of bn_out_hex function.
    EvanCarroll committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    c0e7ddc View commit details
    Browse the repository at this point in the history