refactor: split into subpackages and add AEAD/options/stream APIs with comprehensive tests
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
# IDE / editor
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Local Go module/cache sandboxes used in this repo
|
||||
.gopath/
|
||||
.gomodcache/
|
||||
|
||||
# Build artifacts
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
*.prof
|
||||
bin/
|
||||
dist/
|
||||
|
||||
# Coverage
|
||||
coverage.out
|
||||
*.coverprofile
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Temp/test artifacts
|
||||
sm3/ifile
|
||||
Reference in New Issue
Block a user