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-08 20:29:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e0ce6e5c12e3bc35f9d9821f75849c65974919f2
serai
/
crypto
/
frost
/
src
/
tests
/
literal
/
mod.rs
4 lines
52 B
Rust
Raw
Normal View
History
Unescape
Escape
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
;
Add Ed25519 to FROST and remove expand_xmd for elliptic_curve's Doesn't fully utilize ec's hash2curve module as k256 Scalar doesn't have FromOkm for some reason. The previously present bigint reduction is preserved. Updates ff/group to 0.12. Premised on https://github.com/cfrg/draft-irtf-cfrg-frost/pull/205 being merged, as while this Ed25519 is vector compliant, it's technically not spec compliant due to that conflict.
2022-06-06 02:18:25 -04:00
#[
cfg(feature =
"
ed25519
"
)
]
mod
ed25519
;
Reference in New Issue
Copy Permalink