Skip to content

Commit

Permalink
Update lib/src/impl_ffi/impl_ffi.digest.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Finnemann Jensen <[email protected]>
  • Loading branch information
HamdaanAliQuatil and jonasfj authored Nov 1, 2024
1 parent 3b6f738 commit 3ea546c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/impl_ffi/impl_ffi.digest.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ abstract class _HashImpl implements HashImpl {

final class _Sha1 extends _HashImpl {
const _Sha1();

@override
String get hmacJwkAlg => 'HS1';

@override
ffi.Pointer<EVP_MD> Function() get _algorithm => ssl.EVP_sha1;
Expand Down

0 comments on commit 3ea546c

Please sign in to comment.