This website requires JavaScript.
Explore
Help
Sign In
absolutebi
/
serai
Watch
1
Star
0
Fork
0
You've already forked serai
mirror of
https://github.com/serai-dex/serai.git
synced
2025-12-09 12:49:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f71f19e26c400e636cd43aed8946d6d8936bb4e7
serai
/
crypto
/
frost
/
src
/
tests
/
literal
/
mod.rs
5 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
Add support for Ristretto Replaces P-256 as the curve used for testing FROST.
2022-06-06 04:22:49 -04:00
#[
cfg(any(test, feature =
"
dalek
"
))
]
mod
dalek
;
#[
cfg(feature =
"
kp256
"
)
]
Add first party support for k256 and p256 under feature flags Given the lack of vectors for k256, it's currently a match of the p256 spec (with a distinct context string), yet p256 is still always used when testing.
2022-06-05 16:08:51 -04:00
mod
kp256
;
Reference in New Issue
Copy Permalink