5e0c829cf67b1e0403ec7e05b4bb655e9d19784a
- **pkg/announce/announce.go**: Added error handling for `rand.Read` to log potential issues when generating random hashes. - **pkg/buffer/buffer.go**: Removed a redundant `#nosec G115` comment as the line no longer triggers the warning. - **pkg/cryptography/aes.go**: Added `#nosec G407` to explicitly acknowledge the use of `cipher.NewCBCEncrypter` which is acceptable in this context. - **pkg/transport/transport.go**: Removed redundant `#nosec G115` comments as the lines no longer trigger the warning.
Reticulum-Go
Warning
This project is still work in progress. Currently not compatible with the Python version.
Reticulum Network implementation in Go 1.24+.
Aiming to be fully compatible with the Python version.
Usage
Requires Go 1.24+
make install
make build
make run
Linter
revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/*
External Packages
golang.org/x/cryptov0.39.0- Cryptographic primitives
Description