NAME
Data::URIID::Digest - Extractor for identifiers from URIs
VERSION
version v0.20
SYNOPSIS
use Data::URIID::Digest;
my $extractor = Data::URIID->new;
my $result = $extractor->lookup( $URI );
my $digest = $result->digest('sha-3-512', as => 'Digest');
This is an internal module. It is used to emulate an object created by Digest.
This module inherits from Digest::base.
AUTHOR
Philipp Schafft <lion@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2023-2025 by Philipp Schafft <lion@cpan.org>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)