SymCrypt/unittest/inc/libcrux_implementations.h

14 строки
194 B
C++

//
// Libcrux implementation classes
//
// Copyright (c) Microsoft Corporation. Licensed under the MIT license.
//
class ImpLibcrux {
public:
static char * name;
};
VOID
addLibcruxAlgs();