• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dedis / kyber
79%

Build:
DEFAULT BRANCH: master
Repo Added 01 Mar 2017 03:14PM UTC
Files 115
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 4to3
  • add_blake2s
  • another_stable
  • another_stable2
  • bdn_agg_reference
  • better_cosi_test
  • bls
  • bn256-addmul-test
  • bn256_available
  • bn256_fix-String
  • bn256_fixbuf
  • bn256_marshal
  • bn256_register
  • bn256_register_2
  • bn256_register_3
  • bn256_suite_read
  • bn256_up
  • byzgen_poc
  • ci_update
  • clean_exp
  • cosi-extension
  • cosi_api
  • cosi_error
  • cosi_master
  • cosi_policy
  • cosi_v1
  • debug_thresh
  • dkg_compatible
  • dkg_index
  • dkg_private_poly
  • doc
  • doc152
  • docs
  • drand
  • dss
  • ecies
  • ed25519_checks
  • ed25519_new_key_351
  • eddsa_in_cosi
  • feature/neff-shuffle-sequences
  • fixString
  • fix_193_bls
  • fix_193_pbc
  • fix_193_pedersen
  • fix_193_share
  • fix_210
  • fix_docs
  • fix_empty_checks
  • fix_race_bn256_340
  • fix_vss_status
  • fixbuf_import
  • fixing_master_stable
  • g2zero
  • g2zero2
  • ginfo
  • go15
  • group_info
  • group_register
  • hash_to_point
  • ineiti-patch-1
  • issue117
  • issue203
  • issue231
  • issue239
  • issue245
  • issue247
  • issue250
  • issue274
  • issue282
  • issue335
  • issue400
  • issue400_fix
  • issue406
  • issue436
  • issue85
  • jeffallen-patch-1
  • keypair
  • kyber_doc
  • kyber_doc_backport
  • marshal_g2
  • marshalid_g2
  • master_dev
  • mod
  • mod2
  • modint
  • move_policy_1675
  • newkey
  • noexp
  • norand
  • norandproof
  • norandsuite
  • nov2
  • pairing
  • pairing-scalar
  • pedersen-example
  • pedersen_timeout
  • poly
  • polyfix
  • polyfix_again
  • portFixesFromv1
  • prep_v2
  • property_based_test_312
  • pubpoly
  • rabin_timeout
  • redist
  • redist2
  • refresh_dkg
  • remove_var_tag
  • rename_asms_bdn_1675
  • req_constant
  • rm_dbg
  • safe-verify
  • schnorr_checks
  • sec
  • share_mv
  • share_mv2
  • sign_bls2_scheme
  • simplify_makefile
  • stable
  • stable3
  • stableRand
  • stable_shuffle
  • tbls
  • tbls_sig
  • test-ci
  • test_ci
  • trv
  • use-upstream-makefile
  • v1
  • v2
  • v2.0.3
  • v2_merge
  • v3.0.0
  • v3.0.0-pre1
  • v3.0.0-pre2
  • v3.0.0-pre4
  • v3.0.1
  • v3.0.10
  • v3.0.11
  • v3.0.12
  • v3.0.13
  • v3.0.2
  • v3.0.3
  • v3.0.3-pre1
  • v3.0.3-pre2
  • v3.0.3-pre3
  • v3.0.4
  • v3.0.5
  • v3.0.6
  • v3.0.7
  • v3.0.8
  • v3.0.9
  • v3.0.x
  • v3.1.0-alpha
  • v4.0.0-alpha
  • v4.0.0-alpha.1
  • v4.0.0-pre1
  • v4.0.0-pre2
  • v4_initial_commit
  • vartime
  • vss_bytes
  • vss_marshal
  • xof
  • xof2

08 Jul 2025 12:59PM UTC coverage: 78.847% (+0.01%) from 78.836%
16143929019

push

github

web-flow
Merge pull request #578 from dedis/new-benchmarks

New suites to benchmark.go

13963 of 17709 relevant lines covered (78.85%)

281131.48 hits per line

Relevant lines Covered
Build:
Build:
17709 RELEVANT LINES 13963 COVERED LINES
281131.48 HITS PER LINE
Source Files on master
  • Tree
  • List 115
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16143929019 master Merge pull request #578 from dedis/new-benchmarks New suites to benchmark.go push 08 Jul 2025 01:01PM UTC web-flow github
78.85
14451097219 master Add gnark as bls-12-381 backend (#551) * Add gnark as bls-12-381 backend * Fix lint issues and disable errcheck in bls12381 Errcheck was already not checking other impls * Add equiality check * Fix the test function name * remove gomnd config ... push 14 Apr 2025 04:48PM UTC web-flow github
78.84
11030388750 master Remove BLS signatures aggregate (#540) * Remove all aggregation code from BLS * Update BLS documentation * Move aggregation bench to BDN push 25 Sep 2024 09:38AM UTC web-flow github
79.91
11014742761 master Use the group-specific scalar type when hashing in BDN (#553) Previously, `hashPointToR` would always use `mod.Int` but that only works with the Kilic backend. This change makes the BDN scheme work with all backends. push 24 Sep 2024 01:26PM UTC web-flow github
79.93
10991591507 master Replace embedded Groups with type assertions (#550) These were always nil and likely unintentional (I assume it started out as a way to mock unimplemented interface methods?). It doesn't matter much because these suites all implement `kyber.Gro... push 23 Sep 2024 09:37AM UTC web-flow github
79.96
10882368752 master Merge pull request #548 from dedis/fix-bn254-dst Correct BN254 DST push 16 Sep 2024 10:56AM UTC web-flow github
80.56
10795669874 master Merge pull request #543 from dedis/add-p256-vectors Add P256 test vectors push 10 Sep 2024 03:27PM UTC web-flow github
79.94
10704898616 master Merge pull request #542 from dedis/add-ed25519-vectors Add EDDSA test-vectors push 04 Sep 2024 03:35PM UTC web-flow github
79.95
10701073022 master Merge pull request #541 from dedis/update-golangci Update golangci-lint workflow push 04 Sep 2024 12:21PM UTC web-flow github
80.54
10268445138 master Merge pull request #539 from dedis/idiomatic-package-name Rename var_ed25519 to more idiomatic go name push 06 Aug 2024 02:27PM UTC web-flow github
79.9
See All Builds (1059)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc