bc-sskr icon indicating copy to clipboard operation
bc-sskr copied to clipboard

Sharded Secret Key Reconstruction (SSKR) reference library in C

Results 9 bc-sskr issues
Sort by recently updated
recently updated
newest added

Hi, The issues discussed in #18, #19, #20 and #21 were discovered by using CodeQL security scanning and the Clang Static Analyzer. This PR adds two workflows to automatically perform...

Hi, I am not sure why the `next_group` variable is defined as type `size_t` but `next_group` is being compared to a `uint8_t` in a loop condition. This causes CodeQL to...

Hi, Not sure if you'll want this but here is a PR to fix #18

Hi, I am using bc-sskr in an application I am writing to generate SSKR shares on Ledger hardware wallet devices: [SSKR Check](https://github.com/aido/app-sskr-check) CodeQL is giving a warning about bc-sskr which...

Ref: https://github.com/BlockchainCommons/bc-sskr/blob/master/src/encoding.c#L165..L166 While the identifier is always serialized and deserialized as big-endian, during identifier generation random bytes are assigned in platform byte order. This doesn't matter much since it is...

Hi there, Would this make sense to bundle the sskr.js and sskr.wasm files as a NPM package to use easily in javacript apps? This could facilitate the development of simple...

https://github.com/BlockchainCommons/bc-sskr/blob/master/src/encoding.c#L131 Is there a reason why 1 of 2, 1 of 3, etc groups are not legal?

We would like to add SSKR to [AirGap Vault](https://github.com/airgap-it/airgap-vault). We currently use our own custom SSS, which we would like to phase out in favor of this standard. Because I'm...

enhancement

## Abstract Build this project automatically without requiring to install dependencies manually. source: https://github.com/BlockchainCommons/bc-sskr/issues/3#issuecomment-789111865

enhancement