Test Automation in Cryptography
A novel kind of test automation being used in the Go runtime caught my attention. The unique requirements for a crypto library test suite lead to an unexpected approach testing.
A novel kind of test automation being used in the Go runtime caught my attention. The unique requirements for a crypto library test suite lead to an unexpected approach testing.
Differences between the release cycles of Google’s Go and Chrome will lead to a temporary regression in Post-Quantum Cryptography at the end of the year.
Gophercon UK ‘24 talk: Let’s Go Quantum
Code review comments aren’t always the best way to communicate. A list of other ideas of things you could do.
The Liskov Substitution Principle has implications for the way we should use covariance and contravariance.