ndn-lite
Data Fields
ndn_sha_backend Struct Reference

The structure to represent the backend implementation. More...

#include <ndn-lite-sha.h>

Collaboration diagram for ndn_sha_backend:
Collaboration graph

Data Fields

ndn_sha256_init_impl sha256_init
 
ndn_sha256_update_impl sha256_update
 
ndn_sha256_finish_impl sha256_finish
 

Detailed Description

The structure to represent the backend implementation.

Field Documentation

◆ sha256_finish

ndn_sha256_finish_impl ndn_sha_backend::sha256_finish

◆ sha256_init

ndn_sha256_init_impl ndn_sha_backend::sha256_init

◆ sha256_update

ndn_sha256_update_impl ndn_sha_backend::sha256_update

The documentation for this struct was generated from the following file: