Skip to content

Commit

Permalink
repo-sync-2023-12-27T15:28:59+0800 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
usafchn authored Dec 27, 2023
1 parent afa15a0 commit b85b40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ build --host_cxxopt=-std=c++17
build --linkopt -fvisibility=hidden
build --linkopt -fvisibility-inlines-hidden
build --linkopt -lm
build --linkopt -ldl


# Binary safety flags
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@

#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <sys/file.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>

#include <cinttypes>

namespace heu::lib::algorithms::paillier_clustar_fpga::fpga_engine {

/*
Expand Down

0 comments on commit b85b40f

Please sign in to comment.