Skip to content

oraclesorg/libsecp256k1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlang NIF C libsecp256k1

Bindings for most of the library functionality Tested with Erlang/OTP 17+

Build and usage steps

$ rebar compile eunit
$ erl -pa ebin/
  Privkey = crypto:strong_rand_bytes(32).
  {ok, Pubkey} = libsecp256k1:ec_pubkey_create(Privkey, compressed).

Check the test suite for more details

Debugging

Library should be statically compiled.

About

Erlang NIF bindings for libsecp256k1 ECDSA library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.7%
  • Erlang 29.7%
  • Shell 1.6%