Commit Graph

  • a1560b915e
    Cleanups, bump stint/stew (#13) master Jacek Sieka 2024-12-11 12:12:35 +01:00
  • 4b077bcfbd
    undo Jacek Sieka 2024-12-10 15:59:16 +01:00
  • b6c2e38823
    undo Jacek Sieka 2024-12-10 15:56:06 +01:00
  • c0c948cd34
    undo Jacek Sieka 2024-12-10 15:51:09 +01:00
  • da48e1c45d
    undo Jacek Sieka 2024-12-10 15:46:25 +01:00
  • 7167105500
    revert half the changes Jacek Sieka 2024-12-10 15:38:02 +01:00
  • c42f69596e
    size fix Jacek Sieka 2024-12-10 14:54:47 +01:00
  • b9c09383b4
    concrete return Jacek Sieka 2024-12-10 14:42:19 +01:00
  • 6be47c6c57
    simplify return Jacek Sieka 2024-12-10 14:40:58 +01:00
  • ffc1567538
    Cleanups, bump stint/stew Jacek Sieka 2024-12-10 11:42:19 +01:00
  • 5e64912cc3
    Port tests to unittest2, add simple benchmark (#12) Jacek Sieka 2024-12-10 14:16:47 +01:00
  • 0f6f7b7d5d
    Port tests to unittest2, add simple benchmark Jacek Sieka 2024-12-10 11:06:43 +01:00
  • 178e2bee4f
    Merge d4c3d9ae0aec855e5b7c8176c46bbd76872fc0d2 into b88ed93a443c218d31206d61c3e632cb183034cc Jacek Sieka 2024-10-30 10:28:38 +00:00
  • d4c3d9ae0a
    bump ci-updates Jacek Sieka 2024-10-30 11:28:32 +01:00
  • 4a3d537795
    bump Jacek Sieka 2024-10-30 11:22:30 +01:00
  • a7475ecb53
    bump Jacek Sieka 2024-10-30 11:07:53 +01:00
  • 027953b3f3
    ci: copy-paste updates from other projects Jacek Sieka 2024-10-30 10:56:30 +01:00
  • b88ed93a44
    Merge pull request #10 from status-im/primitives Jacek Sieka 2024-08-08 22:22:17 +02:00
  • 03c2569177
    aaaaaaaaaaarrrrrrrrrrggggggggggggghhhhhhhhhhhhhhh Jacek Sieka 2024-08-08 18:36:07 +02:00
  • 3ffca4d248
    imports Jacek Sieka 2024-08-08 18:28:51 +02:00
  • 5b38e791dc
    more fallbacks Jacek Sieka 2024-08-08 18:07:16 +02:00
  • 8aadf13bb5
    oops Jacek Sieka 2024-08-08 17:36:32 +02:00
  • dca7819f2b
    add back 32-bit support Jacek Sieka 2024-08-08 17:18:21 +02:00
  • 1920adc42e
    Reuse stint primitives for limbs Jacek Sieka 2024-08-08 16:29:06 +02:00
  • 7dffd34a89
    Merge 646df7e6d1388e8f4f577c8c1b1db1f15480fe63 into 9c10dec5607bc52d176e05060ff288581e8144c9 Kristin Kirkov 2024-06-24 05:45:44 +00:00
  • 9c10dec560
    test with --styleCheck:error tersec 2024-06-06 22:06:06 +00:00
  • 6d5e811e4f
    Merge pull request #9 from status-im/DvT tersec 2024-06-06 21:08:23 +00:00
  • 0ee1bc7264
    require Nim 1.6 or newer tersec 2024-06-06 20:50:50 +00:00
  • 646df7e6d1 feat(bncurve): Refactor nim-bncurve by separating randomGeneration Kristin Kirkov 2022-12-05 16:23:42 +02:00
  • 9677794afb
    add github action jangko 2022-04-07 21:52:16 +07:00
  • edc8371274
    fix styles jangko 2022-04-07 21:50:06 +07:00
  • d2935bc074
    rm obsolete/unused/unmaintained CI AppVeyor and Travis scripts jangko 2022-04-07 21:21:29 +07:00
  • 9f5c652dd9 for nim repo ci not test speed bung87 2020-11-17 20:12:32 +08:00
  • 9b8aac5632
    update script path Ștefan Talpalaru 2019-08-24 02:09:49 +02:00
  • 09d0f93fb1
    Merge branch 'buildnim' Ștefan Talpalaru 2019-06-18 22:29:24 +02:00
  • 3aff0f51a4
    build_nim.sh Ștefan Talpalaru 2019-06-18 21:42:41 +02:00
  • c356fd9fa9
    assert() -> doAssert() Ștefan Talpalaru 2019-03-14 00:10:49 +01:00
  • 8c74ae19a9
    Merge branch 'threads' Ștefan Talpalaru 2019-01-17 19:29:54 +01:00
  • 0def1e76f1
    enable "--threads:on" for tests Ștefan Talpalaru 2019-01-08 23:30:36 +01:00
  • c81464f485
    Update README.md Bruno Škvorc 2019-01-02 15:06:09 +01:00
  • 46a52aba70
    Merge pull request #3 from status-im/nimcrypto Eugene Kabanov 2018-12-26 11:03:12 +02:00
  • 1e0af48411
    Nimble considers URL deps different from name deps Ștefan Talpalaru 2018-12-25 13:34:44 +01:00
  • 7709d551c8 Added Ethereum specific serialization procedures. Added tests for Ethereum ecAdd, ecMul, ecPairing procedures. Bump version to 1.0.1. cheatfate 2018-10-16 11:30:14 +03:00
  • a76336549b Added AffinePoint[G1,G2] initalization procedures. Added more tests from Paritytech fork. Removed Coeff[T] type. cheatfate 2018-10-04 21:54:21 +03:00
  • 60dec2981f
    Merge pull request #2 from status-im/review1 Eugene Kabanov 2018-10-04 14:04:58 +03:00
  • 6a77687802 Fixes for review. cheatfate 2018-10-04 13:29:13 +03:00
  • 84f2d371b9 README fix bn package link. cheatfate 2018-10-04 13:21:29 +03:00
  • ea38d7b5b8 Move testing to release mode only. Reduce number of test vectors. cheatfate 2018-09-28 03:43:58 +03:00
  • 06071e5ad8 Reduce number of test vector tests to pass CI timeout issue. cheatfate 2018-09-28 03:27:34 +03:00
  • 8aea7ec56a Fix bn library link. cheatfate 2018-09-27 20:23:34 +03:00
  • 833574837f Reduce number of test vectors for debug builds. Force full recompilation of sources. cheatfate 2018-09-27 14:04:40 +03:00
  • 2a250634d0 Add nimcrypto dependency. cheatfate 2018-09-27 13:46:06 +03:00
  • 4b8f6db181 Initial commit. cheatfate 2018-09-27 13:35:59 +03:00
  • 7b55d96b2f
    Initial commit Eugene Kabanov 2018-09-27 13:00:36 +03:00