OpenFHE
1.5.1

Contents:

  • Getting Started
  • Examples
  • Tutorials on Cryptographic Capabilities
  • OpenFHE Modules
  • Security Notes for Homomorphic Encryption
  • OpenFHE Library API
  • Contributing to OpenFHE
  • OpenFHE Project Code of Conduct
  • Contributors
  • OpenFHE Governance
  • OpenFHE License
  • Publications on Lattice Crypto Scheme Implementations in OpenFHE
  • How To Migrate A User Project From Palisade To OpenFHE

Appendix

  • Index
OpenFHE
  • »
  • File blake2xb-ref.c
  • Edit on GitHub

File blake2xb-ref.c

↰ Parent directory (core/lib/utils/prng)

Page Contents

  • Definition (core/lib/utils/prng/blake2xb-ref.c)

  • Includes

  • Functions

Definition (core/lib/utils/prng/blake2xb-ref.c)

  • Program Listing for File blake2xb-ref.c

Includes

  • stdint.h

  • stdio.h

  • string.h (File xstring.h)

  • utils/prng/blake2-impl.h (File blake2-impl.h)

  • utils/prng/blake2.h (File blake2.h)

Functions

  • Function blake2xb(void *, size_t, const void *, size_t, const void *, size_t)

  • Function blake2xb_final(blake2xb_state *, void *, size_t)

  • Function blake2xb_init(blake2xb_state *, const size_t)

  • Function blake2xb_init_key(blake2xb_state *, const size_t, const void *, size_t)

  • Function blake2xb_update(blake2xb_state *, const void *, size_t)


© Copyright 2022, OpenFHE.

Built with Sphinx using a theme provided by Read the Docs.