All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Introducing Mutation Testing for Go Cryptographic Assembly

By

Metalnem

10mo ago· 10 min readenNews

Summary

The article discusses the challenges of testing assembly cores in the Go cryptography standard library due to their constant-time nature. It introduces a mutation testing framework for Go 1.26, aimed at enhancing code coverage for delicate cryptographic assembly.

Key quotes

· 3 pulled
While maintaining and developing the Go cryptography standard library, we often spend significantly more time on testing than on implementation.
Testing assembly cores presents unique challenges, due to their constant-time nature.
For Go 1.26, I am working on introducing a mutation testing framework for assembly, which will effectively act as enhanced code coverage.
Snippet from the RSS feed
Test coverage of delicate Go cryptographic assembly through a new mutation testing framework.

You might also wanna read