frost-rerandomized: add serde feature (#449)

This commit is contained in:
Conrado Gouvea 2023-08-14 07:44:59 -03:00 committed by GitHub
parent 9413b49c05
commit 5ce9ba1364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ rand_core = "0.6"
[features]
nightly = []
default = []
serde = ["frost-core/serde"]
# Exposes ciphersuite-generic tests for other crates to use
test-impl = ["frost-core/test-impl"]