gh-99108: add HACL*-based 1-shot HMAC implementation #131480
Annotations
11 errors and 10 warnings
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L53
expected constant expression [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L53
cannot allocate an array of constant size 0 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L53
'key_block': unknown size [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L76
expected constant expression [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L76
cannot allocate an array of constant size 0 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L76
'ipad': unknown size [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L85
expected constant expression [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L85
cannot allocate an array of constant size 0 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L85
'opad': unknown size [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_hacl/Hacl_HMAC.c#L167
expected constant expression [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L43
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L60
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L78
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L96
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L114
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L132
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L150
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L168
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L186
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/hmacmodule.c#L204
'function': conversion from 'Py_ssize_t' to 'uint32_t', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Loading