Skip to content

Commit

Permalink
fmt, copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Jan 30, 2025
1 parent fb252f2 commit 6e18d3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ext/node/ops/crypto/digest/ring_sha2.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
use digest::generic_array::ArrayLength;
// Copyright 2018-2025 the Deno authors. MIT license.

use std::marker::PhantomData;

use digest::generic_array::ArrayLength;

pub trait RingDigestAlgo {
fn algorithm() -> &'static ring::digest::Algorithm;
type OutputSize: ArrayLength<u8> + 'static;
Expand Down

0 comments on commit 6e18d3d

Please sign in to comment.