mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-26 19:30:21 +00:00
Update comments
This commit is contained in:
parent
d7a751b39a
commit
8c871b40ae
@ -1,8 +1,5 @@
|
||||
# These test vectors were generated using the eSTREAM reference
|
||||
# implementation for HC-128 using the file hc-128.c. We could not
|
||||
# use the published test vectors because they arrived at the
|
||||
# incorrect result when plugged back into the reference
|
||||
# implementation. Sigh...
|
||||
# implementation for HC-128 using the file hc-128.c.
|
||||
|
||||
AlgorithmType: SymmetricCipher
|
||||
Name: HC-128
|
||||
|
2
rabbit.h
2
rabbit.h
@ -48,6 +48,7 @@ protected:
|
||||
bool CanOperateKeystream() const { return true; }
|
||||
bool CipherIsRandomAccess() const { return false; }
|
||||
|
||||
private:
|
||||
// Master and working states
|
||||
FixedSizeSecBlock<word32, 8> m_mx, m_mc, m_wx, m_wc;
|
||||
// Workspace
|
||||
@ -66,6 +67,7 @@ protected:
|
||||
bool CanOperateKeystream() const { return true; }
|
||||
bool CipherIsRandomAccess() const { return false; }
|
||||
|
||||
private:
|
||||
// Master and working states
|
||||
FixedSizeSecBlock<word32, 8> m_mx, m_mc, m_wx, m_wc;
|
||||
// Workspace
|
||||
|
Loading…
Reference in New Issue
Block a user