Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.npmignore 741B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. bench_inv
  2. bench_ecdh
  3. bench_ecmult
  4. bench_schnorrsig
  5. bench_sign
  6. bench_verify
  7. bench_recover
  8. bench_internal
  9. tests
  10. exhaustive_tests
  11. gen_context
  12. valgrind_ctime_test
  13. *.exe
  14. *.so
  15. *.a
  16. !.gitignore
  17. Makefile
  18. configure
  19. .libs/
  20. Makefile.in
  21. aclocal.m4
  22. autom4te.cache/
  23. config.log
  24. config.status
  25. *.tar.gz
  26. *.la
  27. libtool
  28. .deps/
  29. .dirstamp
  30. *.lo
  31. *.o
  32. *~
  33. *.log
  34. *.trs
  35. src/libsecp256k1-config.h
  36. src/libsecp256k1-config.h.in
  37. src/ecmult_static_context.h
  38. build-aux/config.guess
  39. build-aux/config.sub
  40. build-aux/depcomp
  41. build-aux/install-sh
  42. build-aux/ltmain.sh
  43. build-aux/m4/libtool.m4
  44. build-aux/m4/lt~obsolete.m4
  45. build-aux/m4/ltoptions.m4
  46. build-aux/m4/ltsugar.m4
  47. build-aux/m4/ltversion.m4
  48. build-aux/missing
  49. build-aux/compile
  50. build-aux/test-driver
  51. src/stamp-h1
  52. libsecp256k1.pc