index
:
gomplate.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
funcs
/
crypto_test.go
Age
Commit message (
Expand
)
Author
2024-01-25
Move funcs package to internal (#1977)
Dave Henderson
2023-12-17
Add support for Ed25519 (#1900)
Jared Horvat
2023-10-28
A bunch of linting and refactorings (#1893)
Dave Henderson
2023-09-06
updates for Go 1.21 (#1832)
Dave Henderson
2023-04-29
Use required.NoError for faster failure in tests
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2022-06-12
Parallelizing more tests
Dave Henderson
2022-05-29
Stop passing the config in the context
Dave Henderson
2022-05-06
Add ECDSA generation functions to crypto funcs
Jesper B. Rosenkilde
2022-02-12
New crypto.EncryptAES/DecryptAES functions (#1305)
Dave Henderson
2021-09-24
crypto.RSAGenerateKey - Enforce key length of at least 2048 bits (#1214)
Dave Henderson
2021-04-14
Stop using globals for func namespaces (#1127)
Dave Henderson
2020-08-23
Add experimental mode
Dave Henderson
2020-06-14
New RSA encrypt/decrypt functions, and new base64.DecodeBytes function
Dave Henderson
2018-07-17
Speed up Bcrypt unit test
Dave Henderson
2018-05-07
Adding crypto.Bcrypt function
Dave Henderson
2017-12-03
Add crypto namespace
Dave Henderson