| .. |
|
aes.go
|
refactor: simplify AES encryption and decryption by implementing CBC mode directly, and add corresponding tests for CBC functionality
|
2026-08-15 02:38:24 -05:00 |
|
aes_fuzz_test.go
|
feat: add comprehensive fuzz and oracle tests for AES and CBC encryption, ensuring compatibility with Python implementations and validating encryption/decryption processes
|
2026-08-15 02:51:12 -05:00 |
|
aes_oracle_test.go
|
feat: add comprehensive fuzz and oracle tests for AES and CBC encryption, ensuring compatibility with Python implementations and validating encryption/decryption processes
|
2026-08-15 02:51:12 -05:00 |
|
aes_test.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
cbc.go
|
refactor: simplify AES encryption and decryption by implementing CBC mode directly, and add corresponding tests for CBC functionality
|
2026-08-15 02:38:24 -05:00 |
|
cbc_fuzz_test.go
|
feat: add comprehensive fuzz and oracle tests for AES and CBC encryption, ensuring compatibility with Python implementations and validating encryption/decryption processes
|
2026-08-15 02:51:12 -05:00 |
|
cbc_oracle_test.go
|
feat: add comprehensive fuzz and oracle tests for AES and CBC encryption, ensuring compatibility with Python implementations and validating encryption/decryption processes
|
2026-08-15 02:51:12 -05:00 |
|
cbc_test.go
|
feat: add comprehensive fuzz and oracle tests for AES and CBC encryption, ensuring compatibility with Python implementations and validating encryption/decryption processes
|
2026-08-15 02:51:12 -05:00 |
|
constants.go
|
feat: implement GROUP destination token key management and encryption/decryption functionality
|
2026-08-13 00:25:08 -05:00 |
|
crypto_pbt_test.go
|
chore: various bug fixes and new tests (see changelog)
|
2026-07-19 11:55:31 -05:00 |
|
curve25519.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
curve25519_test.go
|
chore(license header) update license from 0BSD to Apache-2.0 across multiple files
|
2026-04-30 02:08:36 -05:00 |
|
doc.go
|
refactor(codebase): various changes to match python reference, cleanup and improving docs
|
2026-07-07 03:20:50 -05:00 |
|
ed25519.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
ed25519_signer.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
ed25519_test.go
|
chore(license header) update license from 0BSD to Apache-2.0 across multiple files
|
2026-04-30 02:08:36 -05:00 |
|
group_key.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
hkdf.go
|
feat: implement host capability probing and logging for CPU and memory performance
|
2026-08-26 12:26:13 -05:00 |
|
hkdf_test.go
|
feat: implement host capability probing and logging for CPU and memory performance
|
2026-08-26 12:26:13 -05:00 |
|
hmac.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
hmac_test.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
identity_hkdf.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
pkcs7.go
|
feat: add comprehensive tests for PKCS#7 padding and path request handling, including fuzz tests for edge cases
|
2026-07-17 20:23:41 -05:00 |
|
pkcs7_exploratory_test.go
|
test: add exploratory tests for various components including blackhole map decoding, message handling, and resource advertisement processing
|
2026-07-18 07:32:45 -05:00 |
|
pkcs7_test.go
|
feat: introduce local mesh health counters for better observability and diagnostics
|
2026-07-16 15:55:18 -05:00 |
|
provider.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
provider_test.go
|
chore(license header) update license from 0BSD to Apache-2.0 across multiple files
|
2026-04-30 02:08:36 -05:00 |
|
stdlib_provider.go
|
chore: cleanup tests and comments
|
2026-07-13 08:56:23 -05:00 |
|
token.go
|
refactor: simplify AES encryption and decryption by implementing CBC mode directly, and add corresponding tests for CBC functionality
|
2026-08-15 02:38:24 -05:00 |
|
token_fuzz_test.go
|
feat: add comprehensive fuzz and oracle tests for AES and CBC encryption, ensuring compatibility with Python implementations and validating encryption/decryption processes
|
2026-08-15 02:51:12 -05:00 |
|
token_oracle_test.go
|
feat: add comprehensive fuzz and oracle tests for AES and CBC encryption, ensuring compatibility with Python implementations and validating encryption/decryption processes
|
2026-08-15 02:51:12 -05:00 |
|
token_python_interop_test.go
|
feat: add comprehensive fuzz and oracle tests for AES and CBC encryption, ensuring compatibility with Python implementations and validating encryption/decryption processes
|
2026-08-15 02:51:12 -05:00 |
|
token_test.go
|
feat: add comprehensive fuzz and oracle tests for AES and CBC encryption, ensuring compatibility with Python implementations and validating encryption/decryption processes
|
2026-08-15 02:51:12 -05:00 |