Rename starky2 -> evm (#547)

This commit is contained in:
Daniel Lubarov 2022-05-18 10:32:14 -07:00 committed by GitHub
parent 17dfa8d713
commit c54896dcb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[workspace]
members = ["field", "insertion", "plonky2", "starky", "system_zero", "util", "waksman", "ecdsa", "u32", "starky2"]
members = ["field", "insertion", "plonky2", "starky", "system_zero", "util", "waksman", "ecdsa", "u32", "evm"]
[profile.release]
opt-level = 3

View File

@ -1,6 +1,6 @@
[package]
name = "starky2"
description = "Implementation of STARKs 2"
name = "plonky2_evm"
description = "Implementation of STARKs for the Ethereum Virtual Machine"
version = "0.1.0"
edition = "2021"