include/crypto/streebog.h

Source file repositories/reference/linux-study-clean/include/crypto/streebog.h

File Facts

System
Linux kernel
Corpus path
include/crypto/streebog.h
Extension
.h
Size
855 bytes
Lines
33
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

struct streebog_uint512 {
	__le64 qword[8];
};

struct streebog_state {
	struct streebog_uint512 hash;
	struct streebog_uint512 h;
	struct streebog_uint512 N;
	struct streebog_uint512 Sigma;
};

#endif /* !_CRYPTO_STREEBOG_H_ */

Annotation

Implementation Notes