<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Wycheproof on Testing Handbook</title><link>https://trailofbits.github.io/testing-handbook-preview/pr-preview/pr-128/docs/crypto/wycheproof/</link><description>Recent content in Wycheproof on Testing Handbook</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://trailofbits.github.io/testing-handbook-preview/pr-preview/pr-128/docs/crypto/wycheproof/index.xml" rel="self" type="application/rss+xml"/><item><title>Testing harness example</title><link>https://trailofbits.github.io/testing-handbook-preview/pr-preview/pr-128/docs/crypto/wycheproof/wycheproo_example/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://trailofbits.github.io/testing-handbook-preview/pr-preview/pr-128/docs/crypto/wycheproof/wycheproo_example/</guid><description>Wycheproof testing harness example in Python # The following section will showcase how to write a simple testing harness to test a Python library implementing AES in GCM mode. We will use the cryptography package as an example of an AES-GCM implementation. For testing, we will use the pytest package, one of the most popular testing frameworks in Python.
Prerequisites # Add the Wycheproof repository as a submodule to your existing repository.</description></item></channel></rss>