mirror of
https://github.com/status-im/nim-eth-keys.git
synced 2025-02-08 15:34:40 +00:00
* Add safe hex, endianness and bytes conversion tools * comment typo endianess -> endianness * Add libsecp256k1 - private and public keygen and serialization + tests
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
nimcache/
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
build/
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.la |