FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpython/Modules/_blake2/blake2ns.h at pythoncapi · pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpython
/
Modules
/
_blake2
/
blake2ns.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (29 loc) · 1.31 KB
Breadcrumbs
cpython
/
Modules
/
_blake2
/
blake2ns.h
Copy path
File metadata and controls
32 lines (29 loc) · 1.31 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* Prefix all public blake2 symbols with PyBlake2_
*/
#ifndef
Py_BLAKE2_NS
#define
Py_BLAKE2_NS
#define
blake2b
PyBlake2_blake2b
#define
blake2b_compress
PyBlake2_blake2b_compress
#define
blake2b_final
PyBlake2_blake2b_final
#define
blake2b_init
PyBlake2_blake2b_init
#define
blake2b_init_key
PyBlake2_blake2b_init_key
#define
blake2b_init_param
PyBlake2_blake2b_init_param
#define
blake2b_update
PyBlake2_blake2b_update
#define
blake2bp
PyBlake2_blake2bp
#define
blake2bp_final
PyBlake2_blake2bp_final
#define
blake2bp_init
PyBlake2_blake2bp_init
#define
blake2bp_init_key
PyBlake2_blake2bp_init_key
#define
blake2bp_update
PyBlake2_blake2bp_update
#define
blake2s
PyBlake2_blake2s
#define
blake2s_compress
PyBlake2_blake2s_compress
#define
blake2s_final
PyBlake2_blake2s_final
#define
blake2s_init
PyBlake2_blake2s_init
#define
blake2s_init_key
PyBlake2_blake2s_init_key
#define
blake2s_init_param
PyBlake2_blake2s_init_param
#define
blake2s_update
PyBlake2_blake2s_update
#define
blake2sp
PyBlake2_blake2sp
#define
blake2sp_final
PyBlake2_blake2sp_final
#define
blake2sp_init
PyBlake2_blake2sp_init
#define
blake2sp_init_key
PyBlake2_blake2sp_init_key
#define
blake2sp_update
PyBlake2_blake2sp_update
#endif
/* Py_BLAKE2_NS */
Back
|
FazBrowse Home
|
New Git URL