mirror of
https://github.com/cheat/cheat.git
synced 2025-12-20 22:22:06 +01:00
chore(deps): upgrade dependencies
Upgrade all dependencies to newest versions.
This commit is contained in:
16
vendor/github.com/cloudflare/circl/sign/ed448/ed448.go
generated
vendored
16
vendor/github.com/cloudflare/circl/sign/ed448/ed448.go
generated
vendored
@@ -2,11 +2,11 @@
|
||||
//
|
||||
// This package implements two signature variants.
|
||||
//
|
||||
// | Scheme Name | Sign Function | Verification | Context |
|
||||
// |-------------|-------------------|---------------|-------------------|
|
||||
// | Ed448 | Sign | Verify | Yes, can be empty |
|
||||
// | Ed448Ph | SignPh | VerifyPh | Yes, can be empty |
|
||||
// | All above | (PrivateKey).Sign | VerifyAny | As above |
|
||||
// | Scheme Name | Sign Function | Verification | Context |
|
||||
// |-------------|-------------------|---------------|-------------------|
|
||||
// | Ed448 | Sign | Verify | Yes, can be empty |
|
||||
// | Ed448Ph | SignPh | VerifyPh | Yes, can be empty |
|
||||
// | All above | (PrivateKey).Sign | VerifyAny | As above |
|
||||
//
|
||||
// Specific functions for sign and verify are defined. A generic signing
|
||||
// function for all schemes is available through the crypto.Signer interface,
|
||||
@@ -18,9 +18,9 @@
|
||||
//
|
||||
// References:
|
||||
//
|
||||
// - RFC8032 https://rfc-editor.org/rfc/rfc8032.txt
|
||||
// - EdDSA for more curves https://eprint.iacr.org/2015/677
|
||||
// - High-speed high-security signatures. https://doi.org/10.1007/s13389-012-0027-1
|
||||
// - RFC8032: https://rfc-editor.org/rfc/rfc8032.txt
|
||||
// - EdDSA for more curves: https://eprint.iacr.org/2015/677
|
||||
// - High-speed high-security signatures: https://doi.org/10.1007/s13389-012-0027-1
|
||||
package ed448
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user