Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions softbinding-algorithm-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@
}
},
{
"identifier": 29,
"alg": "com.writerslogic.zwc-watermark.1",
"identifier": 29,
"alg": "com.writerslogic.zwc-watermark.1",
"type": "watermark",
"encodedMediaTypes": [
"text/plain",
Expand Down Expand Up @@ -619,5 +619,22 @@
"contact": "support@cognitive-proof.com",
"informationalUrl": "https://github.com/Cognitive-Proof/VSRMark"
}
},
{
"identifier": 40,
"alg": "me.deepmark.audio.vigil.128",
"type": "watermark",
"decodedMediaTypes": [
"audio"
],
"entryMetadata": {
"description": "Vigil is a 128-bit-per-second neural audio watermarking algorithm developed by DeepMark Inc. Real-time capable on both CPU and GPU. Embedding can be performed by the demo DeepMark ingestion API at https://ingestion-api.deepmark.me. NOTE: This is a demo/playground deployment that signs manifests with test certificates, so manifest signatures will not validate against any trust authority.",
"dateEntered": "2026-06-05T00:00:00Z",
"contact": "hello@deepmark.me",
"informationalUrl": "https://www.deepmark.me"
},
"softBindingResolutionApis": [
"https://resolution-api.deepmark.me"
]
}
]
]
Loading