Add overflow-checks = true recommandation to monero-serai

This commit is contained in:
Luke Parker
2025-08-10 11:56:56 -04:00
parent f51d77d26a
commit f8aee9b3c8

View File

@@ -6,6 +6,9 @@ the Monero protocol.
This library is usable under no-std when the `std` feature (on by default) is This library is usable under no-std when the `std` feature (on by default) is
disabled. disabled.
Recommended usage of the library is with `overflow-checks = true`, even for
release builds.
### Wallet Functionality ### Wallet Functionality
monero-serai originally included wallet functionality. That has been moved to monero-serai originally included wallet functionality. That has been moved to