Skip to content

jasont20015/ESDE-2022-gh-actions

Repository files navigation

Workshop: GitHub Actions for Enterprises

Interactive Tasks

Before your work on the interactive tasks can commence, please create a public repository on your personal GitHub account based on the sebivenlo/esde-2022-gh-actions template as described below:

Screenshot 2022-11-16 at 21 22 27

Congratulations, now you are ready to get started!

Resources & Tutorials

Used Tools

Used Actions & Dependabot

Used GIFs

Sources

Mentioned Repositories

DISCLAIMER: Access may be restricted based on role and participational constraints.

Shamir’s Secret-Sharing Scheme

DISCLAIMER: This repository is based on a mirrored copy of the Shamir’s Secret-Sharing Scheme repository by @grevend.

Original Description

A preponderance of the open-source Shamir’s Secret-Sharing Scheme implementations operate on a finite field F q , where q is dependent on both the secret size as well as the number of shares, thus requiring both the search for a sufficiently large prime as well as the support of a large enough number representation or chunking of the secret. This implementation outlines an optimized low-level c and inline assembly-based alternative that uses the Galois field 2 8 , referred to as GF(256), along with a Reed-Solomon inspired encoding approach and a hardware-accelerated entropy sourced secure number generator to offer the theoretical capacity to process secrets up to 8 Exabytes.

About

GH actions

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published