-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump dnssec-prover to v0.6.6 (#798)
- Loading branch information
1 parent
53b7d18
commit 5be91f0
Showing
5 changed files
with
23 additions
and
35 deletions.
There are no files selected for viewing
Submodule dnssec-prover
updated
from c4e06c to d25045
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
export const memory: WebAssembly.Memory; | ||
export function __wbg_wasmproofbuilder_free(a: number, b: number): void; | ||
export function init_proof_builder(a: number, b: number, c: number): number; | ||
export function process_query_response(a: number, b: number, c: number): void; | ||
export function get_next_query(a: number): Array; | ||
export function get_unverified_proof(a: number): Array; | ||
export function verify_byte_stream(a: number, b: number, c: number, d: number): Array; | ||
export const __wbg_wasmproofbuilder_free: (a: number, b: number) => void; | ||
export const init_proof_builder: (a: number, b: number, c: number) => number; | ||
export const process_query_response: (a: number, b: number, c: number) => void; | ||
export const get_next_query: (a: number) => [number, number]; | ||
export const get_unverified_proof: (a: number) => [number, number, number, number]; | ||
export const verify_byte_stream: (a: number, b: number, c: number, d: number) => [number, number]; | ||
export const __wbindgen_export_0: WebAssembly.Table; | ||
export function __wbindgen_malloc(a: number, b: number): number; | ||
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number; | ||
export function __wbindgen_free(a: number, b: number, c: number): void; | ||
export function __externref_table_dealloc(a: number): void; | ||
export function __wbindgen_start(): void; | ||
export const __wbindgen_malloc: (a: number, b: number) => number; | ||
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number; | ||
export const __wbindgen_free: (a: number, b: number, c: number) => void; | ||
export const __externref_table_dealloc: (a: number) => void; | ||
export const __wbindgen_start: () => void; |