v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::HASH_VTAB Struct Reference

#include <sha-256.h>

Collaboration diagram for v8::internal::HASH_VTAB:

Public Attributes

void(*const init )(struct HASH_CTX *)
 
void(*const update )(struct HASH_CTX *, const void *, size_t)
 
const uint8_t *(*const final )(struct HASH_CTX *)
 
const uint8_t *(*const hash )(const void *, size_t, uint8_t *)
 
unsigned int size
 

Detailed Description

Definition at line 49 of file sha-256.h.

Member Data Documentation

◆ final

const uint8_t *(*const v8::internal::HASH_VTAB::final) (struct HASH_CTX *)

Definition at line 52 of file sha-256.h.

◆ hash

const uint8_t *(*const v8::internal::HASH_VTAB::hash) (const void *, size_t, uint8_t *)

Definition at line 53 of file sha-256.h.

◆ init

void(*const v8::internal::HASH_VTAB::init) (struct HASH_CTX *)

Definition at line 50 of file sha-256.h.

◆ size

unsigned int v8::internal::HASH_VTAB::size

Definition at line 54 of file sha-256.h.

◆ update

void(*const v8::internal::HASH_VTAB::update) (struct HASH_CTX *, const void *, size_t)

Definition at line 51 of file sha-256.h.


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