Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mmsyan/2026CryptoStudy

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 

Repository files navigation

2026CryptoStudy

Crypto Study Materials

Dear students, our great journey into cryptography begins!

[2026-03-12]secret share

We will implement shamir secret share scheme. before start coding, you should:

  • run follow bash instructions in your terminal
go env -w GOPROXY=https://goproxy.cn,direct
go mod tidy
  • try to run 'secret_share/secret_share_test.go' file, and you will fail all the test examples as you haven't finished the code.

[2026-03-19]chinese remainder theorem

We will implement chinese remainder theorem(crt). You should assume the moduli in equation are always co-prime.

Before start your programming work, run following instructions in your terminal

git fetch upstream
git merge upstream/study/secret_share

or

git pull upstream study/secret_share

You will encounter merge conflicts. Please solve it!

[2026-04-13]hash function

About

Crypto Study Materials

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.