libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
SM3state_st
libressl_d
openssl
sm3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow @
nogc
struct
SM3state_st {
.
SM3_WORD
A
;
.
SM3_WORD
B
;
.
SM3_WORD
C
;
.
SM3_WORD
D
;
.
SM3_WORD
E
;
.
SM3_WORD
F
;
.
SM3_WORD
G
;
.
SM3_WORD
H
;
.
SM3_WORD
Nl
;
.
SM3_WORD
Nh
;
.
SM3_WORD
[.
SM3_LBLOCK
]
data
;
uint
num
;
}
Members
Variables
A
.
SM3_WORD
A
;
Undocumented in source.
B
.
SM3_WORD
B
;
Undocumented in source.
C
.
SM3_WORD
C
;
Undocumented in source.
D
.
SM3_WORD
D
;
Undocumented in source.
E
.
SM3_WORD
E
;
Undocumented in source.
F
.
SM3_WORD
F
;
Undocumented in source.
G
.
SM3_WORD
G
;
Undocumented in source.
H
.
SM3_WORD
H
;
Undocumented in source.
Nh
.
SM3_WORD
Nh
;
Undocumented in source.
Nl
.
SM3_WORD
Nl
;
Undocumented in source.
data
.
SM3_WORD
[.
SM3_LBLOCK
]
data
;
Undocumented in source.
num
uint
num
;
Undocumented in source.
Meta
Source
See Implementation
libressl_d
openssl
sm3
aliases
SM3_CTX
SM3_WORD
functions
SM3_Final
SM3_Init
SM3_Update
manifest constants
SM3_CBLOCK
SM3_DIGEST_LENGTH
SM3_LBLOCK
structs
SM3state_st