bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)

This commit is contained in:
Christian Heimes 2022-03-26 21:52:24 +02:00 committed by GitHub
parent c23ddf5ec2
commit b16b6bb8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 149 additions and 17791 deletions

View file

@ -13,8 +13,7 @@
#endif
#include "Python.h"
#include "impl/blake2.h"
#include "blake2module.h"
extern PyType_Spec blake2b_type_spec;
extern PyType_Spec blake2s_type_spec;