mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add sanity tests for Args Default impls (#5660)
This commit is contained in:
@ -56,7 +56,7 @@ const JWT_SIGNATURE_ALGO: Algorithm = Algorithm::HS256;
|
||||
/// for the JWT, which is included in the JWT along with its payload.
|
||||
///
|
||||
/// See also: [Secret key - Engine API specs](https://github.com/ethereum/execution-apis/blob/main/src/engine/authentication.md#key-distribution)
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, PartialEq, Eq)]
|
||||
pub struct JwtSecret([u8; 32]);
|
||||
|
||||
impl JwtSecret {
|
||||
|
||||
Reference in New Issue
Block a user