Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
27dd721
build(deps): bump github/codeql-action from 3.29.11 to 3.30.0 (#361)
dependabot[bot] Sep 3, 2025
1ccbcd5
build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#362)
dependabot[bot] Sep 5, 2025
29d85d8
build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 (#363)
dependabot[bot] Sep 5, 2025
e367311
build(deps): bump github/codeql-action from 3.30.0 to 3.30.1 (#364)
dependabot[bot] Sep 8, 2025
e7dec29
build(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1 (…
dependabot[bot] Sep 10, 2025
cc7ce9e
build(deps): bump github/codeql-action from 3.30.1 to 3.30.2 (#368)
dependabot[bot] Sep 10, 2025
85f4205
feat(mlkem): initialize mlkem from golang standard library
emmansun Sep 10, 2025
18783be
chore(mlkem): refactoring, reduce alloc times
emmansun Sep 10, 2025
2d7b1da
build(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (#369)
dependabot[bot] Sep 11, 2025
b294ea7
doc(README): include MLKEM
emmansun Sep 11, 2025
fd2eedf
mldsa: refactor the implementation of key and sign/verify
emmansun Sep 12, 2025
2435170
mldsa,slhdsa: crypto.Signer assertion
emmansun Sep 15, 2025
0c841cd
fix(slhdsa): GenerateKey slice issue #72
emmansun Sep 15, 2025
f56b70c
fix(slhdsa): copy/paste issue
emmansun Sep 15, 2025
a23ee40
slhdsa: supplements package level document
emmansun Sep 17, 2025
5591ee6
internal/zuc: eea supports encoding.BinaryMarshaler & encoding.Binary…
emmansun Sep 25, 2025
fb72bfe
mlkem: use clear built-in
emmansun Sep 25, 2025
570040e
build(deps): bump github/codeql-action from 3.30.3 to 3.30.4 (#376)
dependabot[bot] Sep 26, 2025
00a09d0
cipher: initial support gxm & mur modes
emmansun Sep 26, 2025
5b12dac
cipher: update comments
emmansun Sep 26, 2025
c234076
build(deps): bump github/codeql-action from 3.30.4 to 3.30.5 (#377)
dependabot[bot] Sep 29, 2025
62ee2eb
增加了DRBG销毁内部状态的方法 (#378)
Trisia Sep 29, 2025
cf3e2cd
zuc: expose methods to support encoding.BinaryMarshaler and encoding.…
emmansun Sep 29, 2025
47b23bc
drbg: align comments style
emmansun Sep 30, 2025
a091299
internal/zuc: support fast forward
emmansun Sep 30, 2025
01a6d85
internal/zuc: supplement comments
emmansun Sep 30, 2025
9a205bd
build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#380)
dependabot[bot] Oct 6, 2025
deb64b9
build(deps): bump github/codeql-action from 3.30.5 to 3.30.6 (#381)
dependabot[bot] Oct 6, 2025
ab065bc
cipher: add reference for GXM & MUR
emmansun Oct 7, 2025
ae2e02d
ci: try to use loong64/binfmt
emmansun Oct 7, 2025
0b0914a
ci: add loong64 qemu test
emmansun Oct 7, 2025
878e860
ci: remove custom image
emmansun Oct 7, 2025
b264044
internal/nat: port loong64 & wasm
emmansun Oct 7, 2025
6d13d7f
internal/nat: avoid global function name conflict
emmansun Oct 7, 2025
c2a8dd5
internal/nat: add missing loong64
emmansun Oct 7, 2025
5e3a0df
internal/deps/cpu: support Loong64 features detectiion
emmansun Oct 7, 2025
f651798
build(deps): bump github/codeql-action from 3.30.6 to 4.30.7 (#382)
dependabot[bot] Oct 8, 2025
3296b3c
internal/sm2ec: test loong64
emmansun Oct 9, 2025
c38a157
internal/sm2ec: fix compile error
emmansun Oct 9, 2025
d46ceed
internal/sm2ec: fix test case
emmansun Oct 9, 2025
3add4a8
internal/sm2ec: loong64 p256NegCond
emmansun Oct 9, 2025
6f51177
internal/sm2ec: loong p256MovCond v1 without LSX
emmansun Oct 9, 2025
0244a3e
internal/sm2ec: try LSX
emmansun Oct 10, 2025
3ba8bef
ci: loong64 + go1.25
emmansun Oct 10, 2025
402a3ac
internal/sm2ec: fix instructions
emmansun Oct 10, 2025
9a3357c
internal/sm2ec: try LASX
emmansun Oct 10, 2025
eb2be5c
loong64: check LSX & LASX support
emmansun Oct 10, 2025
e1fd847
remove loong64 from this branch first
emmansun Oct 10, 2025
8f946eb
internal/sm4: fix xts amd64 avx2 bug #383
emmansun Oct 10, 2025
0d39224
Merge branch 'main' into develop
emmansun Oct 13, 2025
5cccb70
Merge develop into main (#386) (#387)
emmansun Oct 13, 2025
1c7b7c4
ci: upgrade the minimum Go version to 1.24.
emmansun Oct 17, 2025
8785cd2
internal/sm2ec: riscv64 (without lsx/lasx support yet) & loong64 opti…
emmansun Oct 17, 2025
4c30b55
internal/sm2ec: loong64, comment out the LSX/LASX implementation code.
emmansun Oct 17, 2025
b099e82
build(deps): bump github/codeql-action from 4.30.7 to 4.30.8 (#385)
dependabot[bot] Oct 17, 2025
f55cd4d
check ppc64le fail cause
emmansun Oct 17, 2025
e0bf4ca
internal/sm2ec: fix ppc64le bug
emmansun Oct 17, 2025
8245dc6
internal/sm2ec: p256OrdSqr & p256OrdMul for loong64 & riscv64
emmansun Oct 20, 2025
01da37d
build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 (#390)
dependabot[bot] Oct 21, 2025
e0c2e88
doc: update README
emmansun Oct 21, 2025
0941ad0
internal/sm3: riscv64 & loong64 (without LSX/LASX support) optimization
emmansun Oct 22, 2025
9a7880f
internal/sm3: forgot go:build change
emmansun Oct 22, 2025
5dc234c
build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 (#392)
dependabot[bot] Oct 25, 2025
476f3b0
build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#393)
dependabot[bot] Oct 25, 2025
e1a57e8
internal/deps/cpu: add crypto extensions detection for riscv64
emmansun Oct 27, 2025
7b2d576
internal/sm9: add NOSPLIT
emmansun Oct 28, 2025
affb00a
internal/sm2ec: p256OrdMul p256OrdSqr handle carry rigorously
emmansun Oct 30, 2025
02e45e4
internal/sm9/bn256: loong64 & riscv64 gfp operations optimization
emmansun Oct 30, 2025
7b0db29
doc: update README
emmansun Oct 30, 2025
43b3d48
build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#394)
dependabot[bot] Oct 31, 2025
a353ed7
sync from loong64 branch
emmansun Nov 3, 2025
1098b98
Merge branch 'main' into develop
emmansun Nov 3, 2025
00be5e5
Merge pull request #396 from emmansun/main
emmansun Nov 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.