CML
Preparing search index...
@svta/cml-c2pa
MerkleMap
Type Alias MerkleMap
One merkle map from the
c2pa.hash.bmff.v3
assertion (§18.6).
type
MerkleMap
=
{
alg
:
string
|
null
;
count
:
number
;
exclusions
:
readonly
BmffHashExclusion
[]
;
hashes
:
readonly
Uint8Array
[]
;
initHash
:
Uint8Array
|
null
;
localId
:
number
;
offsetPrefixSize
:
number
;
uniqueId
:
number
;
}
Index
Properties
alg
count
exclusions
hashes
init
Hash
local
Id
offset
Prefix
Size
unique
Id
Properties
Readonly
alg
alg
:
string
|
null
Readonly
count
count
:
number
Readonly
exclusions
exclusions
:
readonly
BmffHashExclusion
[]
Readonly
hashes
hashes
:
readonly
Uint8Array
[]
Readonly
init
Hash
initHash
:
Uint8Array
|
null
Readonly
local
Id
localId
:
number
Readonly
offset
Prefix
Size
offsetPrefixSize
:
number
Readonly
unique
Id
uniqueId
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alg
count
exclusions
hashes
init
Hash
local
Id
offset
Prefix
Size
unique
Id
CML
Loading...
One merkle map from the
c2pa.hash.bmff.v3assertion (§18.6).