Skip to content

Commit

Permalink
add h files
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman Ahuja committed May 18, 2024
1 parent 740c47c commit bf6b867
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added fizz/.DS_Store
Binary file not shown.
Binary file added fizz/config/.DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions fizz/facebook/fizz-config-fbcode.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* Copyright (c) 2018-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#define FIZZ_BUILD_AEGIS 1
#define FIZZ_CERTIFICATE_USE_OPENSSL_CERT 1
#define FIZZ_HAVE_OQS 1
// Define below manually for httpclient/ssl/FizzUtilFunctions.h as liboqs
// exported_preprocessor_flags does not seem to propagate to fbcode
#define OQS_ENABLE_KEM_kyber_512 1
#define OQS_ENABLE_KEM_kyber_768 1
#define OQS_ENABLE_KEM_kyber_1024 1

14 changes: 14 additions & 0 deletions fizz/facebook/fizz-config-xplat.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright (c) 2018-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#define FIZZ_BUILD_AEGIS 0
#define FIZZ_CERTIFICATE_USE_OPENSSL_CERT 1
#define FIZZ_HAVE_OQS 1

0 comments on commit bf6b867

Please sign in to comment.