Skip to content

Commit 87483b7

Browse files
committed
block op<< dep
1 parent a0b15b7 commit 87483b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptoTools/Common/block.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ namespace osuCrypto
370370
[[deprecated("use srli_epi64 instead")]]
371371
OC_CUDA_CALLABLE OC_FORCEINLINE osuCrypto::block& operator>>=(const std::uint8_t& rhs)
372372
{
373-
*this = *this >> rhs;
373+
*this = this->srli_epi64(rhs);
374374
return *this;
375375
}
376376

0 commit comments

Comments
 (0)