Skip to content

Commit

Permalink
Delete excess namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jan 16, 2025
1 parent 5f5fef4 commit e9b7cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/crypt2/mac/hmac.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ hmac<HasherType>::get_digest(Range&& data) const noexcept -> state
template <typename HasherType>
template <compat::size_t Extent>
BOOST_CRYPT_GPU_ENABLED_CONSTEXPR auto
hmac<HasherType>::get_digest(compat::span<boost::crypt::compat::byte, Extent> data) const noexcept -> state
hmac<HasherType>::get_digest(compat::span<compat::byte, Extent> data) const noexcept -> state
{
return outer_hash_.get_digest(data);
}
Expand Down

0 comments on commit e9b7cb1

Please sign in to comment.