Commit Graph

15 Commits

Author SHA1 Message Date
15a8520f6c Update example
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 16:48:21 +01:00
125953366b transcrypt.go
- Add documentation
- Add tests

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 16:48:08 +01:00
229400421a Add example
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 16:24:30 +01:00
e5f0823dba Update crypto.go
- Make CreateSalt() public
- Add CreateHexKey() to create a random hex-encoded key

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 16:22:48 +01:00
3dcb0ca7ad Merge encrypt.go and decrypt.go into transcrypt.go
- Add documentation for Encrypt and Decrypt functions

- Add package documentation

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 15:16:25 +01:00
fabee929b5 crypto.go:
- Add documentation
- Add tests
2025-01-13 14:56:36 +01:00
92feadbb70 convert.go:
- Add documentation
- Add tests
2025-01-13 14:54:09 +01:00
cdd1953978 cipherSuite.go:
- Add documentation
- Add tests
2025-01-13 14:53:49 +01:00
b808476900 Remove .gitkeep 2025-01-13 14:53:25 +01:00
25b79f8cc6 Update dependencies 2025-01-12 17:29:03 +01:00
df500c6f1c Add Encrypt() and Decrypt() functionality 2024-10-25 17:11:27 +02:00
7821020da7 Add base project layout
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2024-10-23 09:29:20 +02:00
24361433cb Initiale go module
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2024-10-23 09:23:37 +02:00
3866bf0c0c Update .gitignore
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2024-10-23 09:23:14 +02:00
52ad2c85f3 Initial commit 2024-10-23 08:58:53 +02:00