From 9653716e141a719eb0ecd2fec85c94590128ae40 Mon Sep 17 00:00:00 2001 From: Jan Ferdinand Sauer Date: Fri, 9 Feb 2024 14:15:34 +0100 Subject: [PATCH] adhere to maximum line length in package description --- triton-vm/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/triton-vm/Cargo.toml b/triton-vm/Cargo.toml index 2bd42ec83..e2838520f 100644 --- a/triton-vm/Cargo.toml +++ b/triton-vm/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "triton-vm" description = """ -A virtual machine that comes with Algebraic Execution Tables (AET) and Arithmetic Intermediate Representations (AIR) -for use in combination with a STARK proof system to allow proving correct execution of arbitrary programs -in zero-knowledge. +A virtual machine that comes with Algebraic Execution Tables (AET) and Arithmetic Intermediate +Representations (AIR) for use in combination with a STARK proof system to allow proving correct +execution of arbitrary programs in zero-knowledge. """ keywords = ["zero-knowledge", "STARK", "virtual-machine", "recursive"] categories = ["cryptography", "mathematics"]