Enable no_std on transcript

Removes the Vec challenge for an associated type.

Fixes the merlin feature which was horribly broken.

Also adds no_std to dalek-ff-group.
This commit is contained in:
Luke Parker
2022-06-28 04:02:56 -04:00
parent 3de7a76051
commit 1430b189bf
6 changed files with 40 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "flexible-transcript"
version = "0.1.1"
version = "0.1.2"
description = "A simple transcript trait definition, along with viable options"
license = "MIT"
repository = "https://github.com/serai-dex/serai"