@blockcast/mmt-container 0.1.0-main.149f78a4adae
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +432 -0
- package/dist/.build-stamp +0 -0
- package/dist/__tests__/test-utils.d.ts +71 -0
- package/dist/__tests__/test-utils.d.ts.map +1 -0
- package/dist/align.d.ts +148 -0
- package/dist/align.d.ts.map +1 -0
- package/dist/align.js +88 -0
- package/dist/align.js.map +7 -0
- package/dist/audio-init-parser.d.ts +66 -0
- package/dist/audio-init-parser.d.ts.map +1 -0
- package/dist/audio-init-parser.js +118 -0
- package/dist/audio-init-parser.js.map +7 -0
- package/dist/audio-ring-buffer.d.ts +50 -0
- package/dist/audio-ring-buffer.d.ts.map +1 -0
- package/dist/audio-ring-buffer.js +93 -0
- package/dist/audio-ring-buffer.js.map +7 -0
- package/dist/authored-timing.d.ts +32 -0
- package/dist/authored-timing.d.ts.map +1 -0
- package/dist/authored-timing.js +32 -0
- package/dist/authored-timing.js.map +7 -0
- package/dist/browser-runtime.js +17109 -0
- package/dist/browser-runtime.js.map +7 -0
- package/dist/carp-catalog.d.ts +318 -0
- package/dist/carp-catalog.d.ts.map +1 -0
- package/dist/carp-catalog.js +549 -0
- package/dist/carp-catalog.js.map +7 -0
- package/dist/catalog-fec-params.d.ts +82 -0
- package/dist/catalog-fec-params.d.ts.map +1 -0
- package/dist/catalog-fec-params.js +66 -0
- package/dist/catalog-fec-params.js.map +7 -0
- package/dist/catalog-network-source.d.ts +19 -0
- package/dist/catalog-network-source.d.ts.map +1 -0
- package/dist/catalog-network-source.js +22 -0
- package/dist/catalog-network-source.js.map +7 -0
- package/dist/catalog-validator.d.ts +18 -0
- package/dist/catalog-validator.d.ts.map +1 -0
- package/dist/catalog-validator.js +7747 -0
- package/dist/catalog-validator.js.map +7 -0
- package/dist/cmaf-block-assembler.d.ts +168 -0
- package/dist/cmaf-block-assembler.d.ts.map +1 -0
- package/dist/cmaf-block-assembler.js +1755 -0
- package/dist/cmaf-block-assembler.js.map +7 -0
- package/dist/cmaf-group-batcher.d.ts +38 -0
- package/dist/cmaf-group-batcher.d.ts.map +1 -0
- package/dist/cmaf-group-batcher.js +195 -0
- package/dist/cmaf-group-batcher.js.map +7 -0
- package/dist/cmcd-producer.d.ts +104 -0
- package/dist/cmcd-producer.d.ts.map +1 -0
- package/dist/cmcd-producer.js +207 -0
- package/dist/cmcd-producer.js.map +7 -0
- package/dist/codec-utils.d.ts +235 -0
- package/dist/codec-utils.d.ts.map +1 -0
- package/dist/codec-utils.js +1225 -0
- package/dist/codec-utils.js.map +7 -0
- package/dist/fec-codec.d.ts +32 -0
- package/dist/fec-codec.d.ts.map +1 -0
- package/dist/fec-codec.js +47 -0
- package/dist/fec-codec.js.map +7 -0
- package/dist/fec-manager.d.ts +266 -0
- package/dist/fec-manager.d.ts.map +1 -0
- package/dist/fec-manager.js +1447 -0
- package/dist/fec-manager.js.map +7 -0
- package/dist/fec-starvation-detector.d.ts +59 -0
- package/dist/fec-starvation-detector.d.ts.map +1 -0
- package/dist/fec-starvation-detector.js +75 -0
- package/dist/fec-starvation-detector.js.map +7 -0
- package/dist/fec-worker-setup.d.ts +76 -0
- package/dist/fec-worker-setup.d.ts.map +1 -0
- package/dist/fec-worker-setup.js +603 -0
- package/dist/fec-worker-setup.js.map +7 -0
- package/dist/fmp4-completion.d.ts +30 -0
- package/dist/fmp4-completion.d.ts.map +1 -0
- package/dist/fmp4-completion.js +21 -0
- package/dist/fmp4-completion.js.map +7 -0
- package/dist/fmp4-reader.d.ts +37 -0
- package/dist/fmp4-reader.d.ts.map +1 -0
- package/dist/fmp4-reader.js +100 -0
- package/dist/fmp4-reader.js.map +7 -0
- package/dist/index.d.ts +47 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +330 -0
- package/dist/index.js.map +7 -0
- package/dist/iso-bmff-timing.d.ts +47 -0
- package/dist/iso-bmff-timing.d.ts.map +1 -0
- package/dist/iso-bmff-timing.js +526 -0
- package/dist/iso-bmff-timing.js.map +7 -0
- package/dist/loc.d.ts +68 -0
- package/dist/loc.d.ts.map +1 -0
- package/dist/loc.js +143 -0
- package/dist/loc.js.map +7 -0
- package/dist/manifest-auth-plan.d.ts +30 -0
- package/dist/manifest-auth-plan.d.ts.map +1 -0
- package/dist/manifest-auth-plan.js +1267 -0
- package/dist/manifest-auth-plan.js.map +7 -0
- package/dist/media-router.d.ts +338 -0
- package/dist/media-router.d.ts.map +1 -0
- package/dist/media-router.js +802 -0
- package/dist/media-router.js.map +7 -0
- package/dist/mfu-reassembler.d.ts +264 -0
- package/dist/mfu-reassembler.d.ts.map +1 -0
- package/dist/mfu-reassembler.js +2668 -0
- package/dist/mfu-reassembler.js.map +7 -0
- package/dist/mfu-reassembly-policy.d.ts +24 -0
- package/dist/mfu-reassembly-policy.d.ts.map +1 -0
- package/dist/mfu-reassembly-policy.js +99 -0
- package/dist/mfu-reassembly-policy.js.map +7 -0
- package/dist/mmtp-container-parser.d.ts +304 -0
- package/dist/mmtp-container-parser.d.ts.map +1 -0
- package/dist/mmtp-container-parser.js +5378 -0
- package/dist/mmtp-container-parser.js.map +7 -0
- package/dist/mmtp-container-parser.no-modules.js +7853 -0
- package/dist/mmtp-container-parser.no-modules.js.map +7 -0
- package/dist/mmtp-decode-pipeline.d.ts +96 -0
- package/dist/mmtp-decode-pipeline.d.ts.map +1 -0
- package/dist/mmtp-decode-pipeline.js +5589 -0
- package/dist/mmtp-decode-pipeline.js.map +7 -0
- package/dist/mmtp-router.d.ts +383 -0
- package/dist/mmtp-router.d.ts.map +1 -0
- package/dist/mmtp-router.js +8384 -0
- package/dist/mmtp-router.js.map +7 -0
- package/dist/mmtp-to-cmaf.d.ts +166 -0
- package/dist/mmtp-to-cmaf.d.ts.map +1 -0
- package/dist/mmtp-to-cmaf.js +781 -0
- package/dist/mmtp-to-cmaf.js.map +7 -0
- package/dist/multicast-auth-catalog.d.ts +115 -0
- package/dist/multicast-auth-catalog.d.ts.map +1 -0
- package/dist/multicast-auth-catalog.js +202 -0
- package/dist/multicast-auth-catalog.js.map +7 -0
- package/dist/multicast-input.d.ts +107 -0
- package/dist/multicast-input.d.ts.map +1 -0
- package/dist/multicast-input.js +256 -0
- package/dist/multicast-input.js.map +7 -0
- package/dist/multicast-manager.d.ts +330 -0
- package/dist/multicast-manager.d.ts.map +1 -0
- package/dist/multicast-manager.js +11032 -0
- package/dist/multicast-manager.js.map +7 -0
- package/dist/multicast-transport.d.ts +62 -0
- package/dist/multicast-transport.d.ts.map +1 -0
- package/dist/multicast-transport.js +338 -0
- package/dist/multicast-transport.js.map +7 -0
- package/dist/multicast-unwrap.d.ts +57 -0
- package/dist/multicast-unwrap.d.ts.map +1 -0
- package/dist/multicast-unwrap.js +384 -0
- package/dist/multicast-unwrap.js.map +7 -0
- package/dist/no-modules.d.ts +9 -0
- package/dist/no-modules.d.ts.map +1 -0
- package/dist/no-modules.js +7819 -0
- package/dist/no-modules.js.map +7 -0
- package/dist/phase14-catalog-override.d.ts +126 -0
- package/dist/phase14-catalog-override.d.ts.map +1 -0
- package/dist/phase14-catalog-override.js +155 -0
- package/dist/phase14-catalog-override.js.map +7 -0
- package/dist/repair-fetch.d.ts +58 -0
- package/dist/repair-fetch.d.ts.map +1 -0
- package/dist/repair-fetch.js +117 -0
- package/dist/repair-fetch.js.map +7 -0
- package/dist/sample-combiner.d.ts +182 -0
- package/dist/sample-combiner.d.ts.map +1 -0
- package/dist/sample-combiner.js +571 -0
- package/dist/sample-combiner.js.map +7 -0
- package/dist/signaling.d.ts +29 -0
- package/dist/signaling.d.ts.map +1 -0
- package/dist/signaling.js +232 -0
- package/dist/signaling.js.map +7 -0
- package/dist/source-auth.d.ts +2 -0
- package/dist/source-auth.d.ts.map +1 -0
- package/dist/source-auth.js +1220 -0
- package/dist/source-auth.js.map +7 -0
- package/dist/switching-set-alignment.d.ts +61 -0
- package/dist/switching-set-alignment.d.ts.map +1 -0
- package/dist/switching-set-alignment.js +85 -0
- package/dist/switching-set-alignment.js.map +7 -0
- package/dist/timestamp-codec.d.ts +34 -0
- package/dist/timestamp-codec.d.ts.map +1 -0
- package/dist/timestamp-codec.js +456 -0
- package/dist/timestamp-codec.js.map +7 -0
- package/dist/track-pipeline-setup.d.ts +72 -0
- package/dist/track-pipeline-setup.d.ts.map +1 -0
- package/dist/track-pipeline-setup.js +306 -0
- package/dist/track-pipeline-setup.js.map +7 -0
- package/dist/track-pipeline.d.ts +121 -0
- package/dist/track-pipeline.d.ts.map +1 -0
- package/dist/track-pipeline.js +229 -0
- package/dist/track-pipeline.js.map +7 -0
- package/dist/track-session.d.ts +269 -0
- package/dist/track-session.d.ts.map +1 -0
- package/dist/track-session.js +597 -0
- package/dist/track-session.js.map +7 -0
- package/dist/transport-pool.d.ts +69 -0
- package/dist/transport-pool.d.ts.map +1 -0
- package/dist/transport-pool.js +88 -0
- package/dist/transport-pool.js.map +7 -0
- package/dist/wasm-mfu-reassembler.d.ts +81 -0
- package/dist/wasm-mfu-reassembler.d.ts.map +1 -0
- package/dist/wasm-mfu-reassembler.js +1915 -0
- package/dist/wasm-mfu-reassembler.js.map +7 -0
- package/dist/wasm-mmtp-container-parser.d.ts +10 -0
- package/dist/wasm-mmtp-container-parser.d.ts.map +1 -0
- package/dist/wasm-mmtp-container-parser.js +5635 -0
- package/dist/wasm-mmtp-container-parser.js.map +7 -0
- package/node_modules/@blockcast/fec-worker/README.md +213 -0
- package/node_modules/@blockcast/fec-worker/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.d.ts +80 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.js +270 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.d.ts +252 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.js +11 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker.d.ts +14 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker.js +565 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker.js.map +7 -0
- package/node_modules/@blockcast/fec-worker/dist/index.d.ts +10 -0
- package/node_modules/@blockcast/fec-worker/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/index.js +8 -0
- package/node_modules/@blockcast/fec-worker/dist/index.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.d.ts +20 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.js +349 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.js.map +7 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.d.ts +104 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.js +181 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.d.ts +179 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.js +47 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/transfer.d.ts +9 -0
- package/node_modules/@blockcast/fec-worker/dist/transfer.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/transfer.js +13 -0
- package/node_modules/@blockcast/fec-worker/dist/transfer.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/package.json +59 -0
- package/node_modules/@blockcast/fec-worker/src/fec-worker-client.ts +309 -0
- package/node_modules/@blockcast/fec-worker/src/fec-worker-types.ts +268 -0
- package/node_modules/@blockcast/fec-worker/src/fec-worker.ts +1048 -0
- package/node_modules/@blockcast/fec-worker/src/index.ts +32 -0
- package/node_modules/@blockcast/fec-worker/src/shred-fec-worker.ts +558 -0
- package/node_modules/@blockcast/fec-worker/src/shred-worker-client.ts +222 -0
- package/node_modules/@blockcast/fec-worker/src/shred-worker-types.ts +194 -0
- package/node_modules/@blockcast/fec-worker/src/transfer.ts +12 -0
- package/node_modules/@blockcast/mmt-alta-parse/README.md +181 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts +57 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/index.js +115 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-alta-parse/package.json +50 -0
- package/node_modules/@blockcast/mmt-alta-parse/src/index.ts +136 -0
- package/node_modules/@blockcast/mmt-base/README.md +120 -0
- package/node_modules/@blockcast/mmt-base/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-base/dist/index.d.ts +2 -0
- package/node_modules/@blockcast/mmt-base/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-base/dist/index.js +2 -0
- package/node_modules/@blockcast/mmt-base/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts +275 -0
- package/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-base/dist/mmtp.js +644 -0
- package/node_modules/@blockcast/mmt-base/dist/mmtp.js.map +1 -0
- package/node_modules/@blockcast/mmt-base/package.json +49 -0
- package/node_modules/@blockcast/mmt-base/src/index.ts +1 -0
- package/node_modules/@blockcast/mmt-base/src/mmtp.ts +898 -0
- package/node_modules/@blockcast/mmt-fec/README.md +270 -0
- package/node_modules/@blockcast/mmt-fec/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-manager.d.ts +80 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-manager.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-manager.js +294 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-manager.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-processor.d.ts +72 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-processor.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-processor.js +192 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-processor.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.d.ts +46 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.js +96 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.d.ts +33 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.js +57 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.d.ts +185 -0
- package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.js +273 -0
- package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/index.d.ts +22 -0
- package/node_modules/@blockcast/mmt-fec/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/index.js +22 -0
- package/node_modules/@blockcast/mmt-fec/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.d.ts +20 -0
- package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.js +28 -0
- package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/oti.d.ts +174 -0
- package/node_modules/@blockcast/mmt-fec/dist/oti.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/oti.js +256 -0
- package/node_modules/@blockcast/mmt-fec/dist/oti.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.d.ts +41 -0
- package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.js +81 -0
- package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/README.md +181 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts +57 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.js +115 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/package.json +50 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/src/index.ts +136 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/README.md +120 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.d.ts +2 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.js +2 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts +275 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.js +644 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/package.json +49 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/src/index.ts +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/src/mmtp.ts +898 -0
- package/node_modules/@blockcast/mmt-fec/package.json +79 -0
- package/node_modules/@blockcast/mmt-fec/src/block-manager.ts +369 -0
- package/node_modules/@blockcast/mmt-fec/src/block-processor.ts +277 -0
- package/node_modules/@blockcast/mmt-fec/src/cmaf-recovery.ts +127 -0
- package/node_modules/@blockcast/mmt-fec/src/cmaf-symbols.ts +68 -0
- package/node_modules/@blockcast/mmt-fec/src/fec-block-mapper.ts +332 -0
- package/node_modules/@blockcast/mmt-fec/src/index.ts +77 -0
- package/node_modules/@blockcast/mmt-fec/src/loc-symbols.ts +34 -0
- package/node_modules/@blockcast/mmt-fec/src/oti.ts +319 -0
- package/node_modules/@blockcast/mmt-fec/src/reorder-buffer.ts +101 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.d.ts +28 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.js +128 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.js.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/index.d.ts +4 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/index.js +4 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.d.ts +37 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.js +179 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.js.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.d.ts +90 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.js +462 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.js.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/package.json +45 -0
- package/node_modules/@blockcast/mmt-manifest-verify/src/admission.ts +171 -0
- package/node_modules/@blockcast/mmt-manifest-verify/src/index.ts +3 -0
- package/node_modules/@blockcast/mmt-manifest-verify/src/source-auth.ts +230 -0
- package/node_modules/@blockcast/mmt-manifest-verify/src/verifier.ts +636 -0
- package/node_modules/@noble/hashes/LICENSE +21 -0
- package/node_modules/@noble/hashes/README.md +521 -0
- package/node_modules/@noble/hashes/_assert.d.ts +17 -0
- package/node_modules/@noble/hashes/_assert.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_assert.js +18 -0
- package/node_modules/@noble/hashes/_assert.js.map +1 -0
- package/node_modules/@noble/hashes/_blake.d.ts +14 -0
- package/node_modules/@noble/hashes/_blake.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_blake.js +50 -0
- package/node_modules/@noble/hashes/_blake.js.map +1 -0
- package/node_modules/@noble/hashes/_md.d.ts +51 -0
- package/node_modules/@noble/hashes/_md.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_md.js +162 -0
- package/node_modules/@noble/hashes/_md.js.map +1 -0
- package/node_modules/@noble/hashes/_u64.d.ts +55 -0
- package/node_modules/@noble/hashes/_u64.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_u64.js +90 -0
- package/node_modules/@noble/hashes/_u64.js.map +1 -0
- package/node_modules/@noble/hashes/argon2.d.ts +32 -0
- package/node_modules/@noble/hashes/argon2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/argon2.js +401 -0
- package/node_modules/@noble/hashes/argon2.js.map +1 -0
- package/node_modules/@noble/hashes/blake1.d.ts +106 -0
- package/node_modules/@noble/hashes/blake1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake1.js +459 -0
- package/node_modules/@noble/hashes/blake1.js.map +1 -0
- package/node_modules/@noble/hashes/blake2.d.ts +116 -0
- package/node_modules/@noble/hashes/blake2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake2.js +420 -0
- package/node_modules/@noble/hashes/blake2.js.map +1 -0
- package/node_modules/@noble/hashes/blake2b.d.ts +11 -0
- package/node_modules/@noble/hashes/blake2b.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake2b.js +14 -0
- package/node_modules/@noble/hashes/blake2b.js.map +1 -0
- package/node_modules/@noble/hashes/blake2s.d.ts +20 -0
- package/node_modules/@noble/hashes/blake2s.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake2s.js +24 -0
- package/node_modules/@noble/hashes/blake2s.js.map +1 -0
- package/node_modules/@noble/hashes/blake3.d.ts +54 -0
- package/node_modules/@noble/hashes/blake3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake3.js +255 -0
- package/node_modules/@noble/hashes/blake3.js.map +1 -0
- package/node_modules/@noble/hashes/crypto.d.ts +2 -0
- package/node_modules/@noble/hashes/crypto.d.ts.map +1 -0
- package/node_modules/@noble/hashes/crypto.js +5 -0
- package/node_modules/@noble/hashes/crypto.js.map +1 -0
- package/node_modules/@noble/hashes/cryptoNode.d.ts +2 -0
- package/node_modules/@noble/hashes/cryptoNode.d.ts.map +1 -0
- package/node_modules/@noble/hashes/cryptoNode.js +18 -0
- package/node_modules/@noble/hashes/cryptoNode.js.map +1 -0
- package/node_modules/@noble/hashes/eskdf.d.ts +47 -0
- package/node_modules/@noble/hashes/eskdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/eskdf.js +166 -0
- package/node_modules/@noble/hashes/eskdf.js.map +1 -0
- package/node_modules/@noble/hashes/esm/_assert.d.ts +17 -0
- package/node_modules/@noble/hashes/esm/_assert.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/_assert.js +15 -0
- package/node_modules/@noble/hashes/esm/_assert.js.map +1 -0
- package/node_modules/@noble/hashes/esm/_blake.d.ts +14 -0
- package/node_modules/@noble/hashes/esm/_blake.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/_blake.js +45 -0
- package/node_modules/@noble/hashes/esm/_blake.js.map +1 -0
- package/node_modules/@noble/hashes/esm/_md.d.ts +51 -0
- package/node_modules/@noble/hashes/esm/_md.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/_md.js +155 -0
- package/node_modules/@noble/hashes/esm/_md.js.map +1 -0
- package/node_modules/@noble/hashes/esm/_u64.d.ts +55 -0
- package/node_modules/@noble/hashes/esm/_u64.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/_u64.js +67 -0
- package/node_modules/@noble/hashes/esm/_u64.js.map +1 -0
- package/node_modules/@noble/hashes/esm/argon2.d.ts +32 -0
- package/node_modules/@noble/hashes/esm/argon2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/argon2.js +392 -0
- package/node_modules/@noble/hashes/esm/argon2.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake1.d.ts +106 -0
- package/node_modules/@noble/hashes/esm/blake1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake1.js +452 -0
- package/node_modules/@noble/hashes/esm/blake1.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2.d.ts +116 -0
- package/node_modules/@noble/hashes/esm/blake2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2.js +413 -0
- package/node_modules/@noble/hashes/esm/blake2.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2b.d.ts +11 -0
- package/node_modules/@noble/hashes/esm/blake2b.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2b.js +11 -0
- package/node_modules/@noble/hashes/esm/blake2b.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2s.d.ts +20 -0
- package/node_modules/@noble/hashes/esm/blake2s.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2s.js +21 -0
- package/node_modules/@noble/hashes/esm/blake2s.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake3.d.ts +54 -0
- package/node_modules/@noble/hashes/esm/blake3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake3.js +251 -0
- package/node_modules/@noble/hashes/esm/blake3.js.map +1 -0
- package/node_modules/@noble/hashes/esm/crypto.d.ts +2 -0
- package/node_modules/@noble/hashes/esm/crypto.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/crypto.js +2 -0
- package/node_modules/@noble/hashes/esm/crypto.js.map +1 -0
- package/node_modules/@noble/hashes/esm/cryptoNode.d.ts +2 -0
- package/node_modules/@noble/hashes/esm/cryptoNode.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/cryptoNode.js +15 -0
- package/node_modules/@noble/hashes/esm/cryptoNode.js.map +1 -0
- package/node_modules/@noble/hashes/esm/eskdf.d.ts +47 -0
- package/node_modules/@noble/hashes/esm/eskdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/eskdf.js +160 -0
- package/node_modules/@noble/hashes/esm/eskdf.js.map +1 -0
- package/node_modules/@noble/hashes/esm/hkdf.d.ts +36 -0
- package/node_modules/@noble/hashes/esm/hkdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/hkdf.js +82 -0
- package/node_modules/@noble/hashes/esm/hkdf.js.map +1 -0
- package/node_modules/@noble/hashes/esm/hmac.d.ts +35 -0
- package/node_modules/@noble/hashes/esm/hmac.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/hmac.js +86 -0
- package/node_modules/@noble/hashes/esm/hmac.js.map +1 -0
- package/node_modules/@noble/hashes/esm/index.d.ts +2 -0
- package/node_modules/@noble/hashes/esm/index.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/index.js +33 -0
- package/node_modules/@noble/hashes/esm/index.js.map +1 -0
- package/node_modules/@noble/hashes/esm/legacy.d.ts +71 -0
- package/node_modules/@noble/hashes/esm/legacy.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/legacy.js +281 -0
- package/node_modules/@noble/hashes/esm/legacy.js.map +1 -0
- package/node_modules/@noble/hashes/esm/package.json +10 -0
- package/node_modules/@noble/hashes/esm/pbkdf2.d.ts +23 -0
- package/node_modules/@noble/hashes/esm/pbkdf2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/pbkdf2.js +97 -0
- package/node_modules/@noble/hashes/esm/pbkdf2.js.map +1 -0
- package/node_modules/@noble/hashes/esm/ripemd160.d.ts +13 -0
- package/node_modules/@noble/hashes/esm/ripemd160.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/ripemd160.js +13 -0
- package/node_modules/@noble/hashes/esm/ripemd160.js.map +1 -0
- package/node_modules/@noble/hashes/esm/scrypt.d.ts +34 -0
- package/node_modules/@noble/hashes/esm/scrypt.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/scrypt.js +228 -0
- package/node_modules/@noble/hashes/esm/scrypt.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha1.d.ts +11 -0
- package/node_modules/@noble/hashes/esm/sha1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha1.js +11 -0
- package/node_modules/@noble/hashes/esm/sha1.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha2.d.ts +159 -0
- package/node_modules/@noble/hashes/esm/sha2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha2.js +375 -0
- package/node_modules/@noble/hashes/esm/sha2.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha256.d.ts +20 -0
- package/node_modules/@noble/hashes/esm/sha256.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha256.js +20 -0
- package/node_modules/@noble/hashes/esm/sha256.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha3-addons.d.ts +142 -0
- package/node_modules/@noble/hashes/esm/sha3-addons.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha3-addons.js +393 -0
- package/node_modules/@noble/hashes/esm/sha3-addons.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha3.d.ts +53 -0
- package/node_modules/@noble/hashes/esm/sha3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha3.js +234 -0
- package/node_modules/@noble/hashes/esm/sha3.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha512.d.ts +26 -0
- package/node_modules/@noble/hashes/esm/sha512.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha512.js +26 -0
- package/node_modules/@noble/hashes/esm/sha512.js.map +1 -0
- package/node_modules/@noble/hashes/esm/utils.d.ts +161 -0
- package/node_modules/@noble/hashes/esm/utils.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/utils.js +281 -0
- package/node_modules/@noble/hashes/esm/utils.js.map +1 -0
- package/node_modules/@noble/hashes/hkdf.d.ts +36 -0
- package/node_modules/@noble/hashes/hkdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/hkdf.js +88 -0
- package/node_modules/@noble/hashes/hkdf.js.map +1 -0
- package/node_modules/@noble/hashes/hmac.d.ts +35 -0
- package/node_modules/@noble/hashes/hmac.d.ts.map +1 -0
- package/node_modules/@noble/hashes/hmac.js +91 -0
- package/node_modules/@noble/hashes/hmac.js.map +1 -0
- package/node_modules/@noble/hashes/index.d.ts +1 -0
- package/node_modules/@noble/hashes/index.d.ts.map +1 -0
- package/node_modules/@noble/hashes/index.js +33 -0
- package/node_modules/@noble/hashes/index.js.map +1 -0
- package/node_modules/@noble/hashes/legacy.d.ts +71 -0
- package/node_modules/@noble/hashes/legacy.d.ts.map +1 -0
- package/node_modules/@noble/hashes/legacy.js +287 -0
- package/node_modules/@noble/hashes/legacy.js.map +1 -0
- package/node_modules/@noble/hashes/package.json +266 -0
- package/node_modules/@noble/hashes/pbkdf2.d.ts +23 -0
- package/node_modules/@noble/hashes/pbkdf2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/pbkdf2.js +101 -0
- package/node_modules/@noble/hashes/pbkdf2.js.map +1 -0
- package/node_modules/@noble/hashes/ripemd160.d.ts +13 -0
- package/node_modules/@noble/hashes/ripemd160.d.ts.map +1 -0
- package/node_modules/@noble/hashes/ripemd160.js +16 -0
- package/node_modules/@noble/hashes/ripemd160.js.map +1 -0
- package/node_modules/@noble/hashes/scrypt.d.ts +34 -0
- package/node_modules/@noble/hashes/scrypt.d.ts.map +1 -0
- package/node_modules/@noble/hashes/scrypt.js +232 -0
- package/node_modules/@noble/hashes/scrypt.js.map +1 -0
- package/node_modules/@noble/hashes/sha1.d.ts +11 -0
- package/node_modules/@noble/hashes/sha1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha1.js +14 -0
- package/node_modules/@noble/hashes/sha1.js.map +1 -0
- package/node_modules/@noble/hashes/sha2.d.ts +159 -0
- package/node_modules/@noble/hashes/sha2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha2.js +384 -0
- package/node_modules/@noble/hashes/sha2.js.map +1 -0
- package/node_modules/@noble/hashes/sha256.d.ts +20 -0
- package/node_modules/@noble/hashes/sha256.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha256.js +23 -0
- package/node_modules/@noble/hashes/sha256.js.map +1 -0
- package/node_modules/@noble/hashes/sha3-addons.d.ts +142 -0
- package/node_modules/@noble/hashes/sha3-addons.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha3-addons.js +402 -0
- package/node_modules/@noble/hashes/sha3-addons.js.map +1 -0
- package/node_modules/@noble/hashes/sha3.d.ts +53 -0
- package/node_modules/@noble/hashes/sha3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha3.js +239 -0
- package/node_modules/@noble/hashes/sha3.js.map +1 -0
- package/node_modules/@noble/hashes/sha512.d.ts +26 -0
- package/node_modules/@noble/hashes/sha512.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha512.js +29 -0
- package/node_modules/@noble/hashes/sha512.js.map +1 -0
- package/node_modules/@noble/hashes/src/_assert.ts +22 -0
- package/node_modules/@noble/hashes/src/_blake.ts +50 -0
- package/node_modules/@noble/hashes/src/_md.ts +176 -0
- package/node_modules/@noble/hashes/src/_u64.ts +91 -0
- package/node_modules/@noble/hashes/src/argon2.ts +497 -0
- package/node_modules/@noble/hashes/src/blake1.ts +534 -0
- package/node_modules/@noble/hashes/src/blake2.ts +486 -0
- package/node_modules/@noble/hashes/src/blake2b.ts +10 -0
- package/node_modules/@noble/hashes/src/blake2s.ts +20 -0
- package/node_modules/@noble/hashes/src/blake3.ts +272 -0
- package/node_modules/@noble/hashes/src/crypto.ts +9 -0
- package/node_modules/@noble/hashes/src/cryptoNode.ts +15 -0
- package/node_modules/@noble/hashes/src/eskdf.ts +187 -0
- package/node_modules/@noble/hashes/src/hkdf.ts +88 -0
- package/node_modules/@noble/hashes/src/hmac.ts +94 -0
- package/node_modules/@noble/hashes/src/index.ts +31 -0
- package/node_modules/@noble/hashes/src/legacy.ts +293 -0
- package/node_modules/@noble/hashes/src/pbkdf2.ts +122 -0
- package/node_modules/@noble/hashes/src/ripemd160.ts +12 -0
- package/node_modules/@noble/hashes/src/scrypt.ts +257 -0
- package/node_modules/@noble/hashes/src/sha1.ts +10 -0
- package/node_modules/@noble/hashes/src/sha2.ts +402 -0
- package/node_modules/@noble/hashes/src/sha256.ts +24 -0
- package/node_modules/@noble/hashes/src/sha3-addons.ts +499 -0
- package/node_modules/@noble/hashes/src/sha3.ts +258 -0
- package/node_modules/@noble/hashes/src/sha512.ts +34 -0
- package/node_modules/@noble/hashes/src/utils.ts +395 -0
- package/node_modules/@noble/hashes/utils.d.ts +161 -0
- package/node_modules/@noble/hashes/utils.d.ts.map +1 -0
- package/node_modules/@noble/hashes/utils.js +313 -0
- package/node_modules/@noble/hashes/utils.js.map +1 -0
- package/package.json +203 -0
- package/schemas/catalog.schema.json +283 -0
- package/src/align.ts +235 -0
- package/src/audio-init-parser.ts +189 -0
- package/src/audio-ring-buffer.ts +120 -0
- package/src/authored-timing.ts +63 -0
- package/src/carp-catalog.ts +776 -0
- package/src/catalog-fec-params.ts +167 -0
- package/src/catalog-network-source.ts +49 -0
- package/src/catalog-validator.ts +34 -0
- package/src/cmaf-block-assembler.ts +1058 -0
- package/src/cmaf-group-batcher.ts +104 -0
- package/src/cmcd-producer.ts +329 -0
- package/src/codec-utils.ts +1539 -0
- package/src/fec-codec.ts +61 -0
- package/src/fec-manager.ts +1939 -0
- package/src/fec-starvation-detector.ts +128 -0
- package/src/fec-worker-setup.ts +177 -0
- package/src/fmp4-completion.ts +47 -0
- package/src/fmp4-reader.ts +112 -0
- package/src/index.ts +443 -0
- package/src/iso-bmff-timing.ts +688 -0
- package/src/loc.ts +181 -0
- package/src/manifest-auth-plan.ts +107 -0
- package/src/media-router.ts +1185 -0
- package/src/mfu-reassembler.ts +2842 -0
- package/src/mfu-reassembly-policy.ts +134 -0
- package/src/mmtp-container-parser.ts +1498 -0
- package/src/mmtp-decode-pipeline.ts +315 -0
- package/src/mmtp-router.ts +3027 -0
- package/src/mmtp-to-cmaf.ts +956 -0
- package/src/multicast-auth-catalog.ts +340 -0
- package/src/multicast-input.ts +439 -0
- package/src/multicast-manager.ts +1503 -0
- package/src/multicast-transport.ts +320 -0
- package/src/multicast-unwrap.ts +132 -0
- package/src/no-modules.ts +20 -0
- package/src/phase14-catalog-override.ts +336 -0
- package/src/repair-fetch.ts +217 -0
- package/src/sample-combiner.ts +846 -0
- package/src/signaling.ts +78 -0
- package/src/source-auth.ts +1 -0
- package/src/switching-set-alignment.ts +109 -0
- package/src/timestamp-codec.ts +265 -0
- package/src/track-pipeline-setup.ts +189 -0
- package/src/track-pipeline.ts +332 -0
- package/src/track-session.ts +778 -0
- package/src/transport-pool.ts +128 -0
- package/src/wasm-mfu-reassembler.ts +372 -0
- package/src/wasm-mmtp-container-parser.ts +23 -0
- package/test-vectors/align.json +199 -0
- package/test-vectors/catalog/README.md +25 -0
- package/test-vectors/catalog/negative/legacy-selection-params.json +15 -0
- package/test-vectors/catalog/negative/missing-mmtp-fields.json +12 -0
- package/test-vectors/catalog/negative/multicast-auth-padded-key.json +37 -0
- package/test-vectors/catalog/negative/multicast-auth-reused-track-format.json +53 -0
- package/test-vectors/catalog/negative/multicast-auth-trailing-pad-bits.json +37 -0
- package/test-vectors/catalog/negative/multicast-endpoint-missing-protocol-and-source.json +24 -0
- package/test-vectors/catalog/negative/network-source-object.json +25 -0
- package/test-vectors/catalog/negative/raptorq-unaligned-symbol.json +26 -0
- package/test-vectors/catalog/negative/repair-track-legacy-shape.json +18 -0
- package/test-vectors/catalog/negative/track-role-empty.json +16 -0
- package/test-vectors/catalog/negative/track-role-non-string.json +16 -0
- package/test-vectors/catalog/positive/fec-multicast.json +51 -0
- package/test-vectors/catalog/positive/flat-av.json +30 -0
- package/test-vectors/catalog/positive/multicast-auth-rotation.json +55 -0
- package/test-vectors/catalog/positive/ticks-and-mixed-timescales.json +39 -0
- package/test-vectors/catalog/positive/track-role.json +49 -0
- package/test-vectors/catalog/releases/moqcast-native-v16-v1/catalog.json +65 -0
- package/test-vectors/catalog/releases/moqcast-native-v16-v1.archive.sha256 +1 -0
- package/test-vectors/catalog-multicast-auth-v1.json +26 -0
- package/test-vectors/catalog-validation.json +148 -0
- package/test-vectors/catalog-validator-public-api.mjs +25 -0
- package/test-vectors/generate-source-auth-fixture.mjs +114 -0
- package/test-vectors/source-auth-v1.json +61 -0
- package/test-vectors/subsample-placement-v1.json +230 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SHA2-256 a.k.a. sha256. In JS, it is the fastest hash, even faster than Blake3.
|
|
3
|
+
*
|
|
4
|
+
* To break sha256 using birthday attack, attackers need to try 2^128 hashes.
|
|
5
|
+
* BTC network is doing 2^70 hashes/sec (2^95 hashes/year) as per 2025.
|
|
6
|
+
*
|
|
7
|
+
* Check out [FIPS 180-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf).
|
|
8
|
+
* @module
|
|
9
|
+
* @deprecated
|
|
10
|
+
*/
|
|
11
|
+
import {
|
|
12
|
+
SHA224 as SHA224n,
|
|
13
|
+
sha224 as sha224n,
|
|
14
|
+
SHA256 as SHA256n,
|
|
15
|
+
sha256 as sha256n,
|
|
16
|
+
} from './sha2.ts';
|
|
17
|
+
/** @deprecated Use import from `noble/hashes/sha2` module */
|
|
18
|
+
export const SHA256: typeof SHA256n = SHA256n;
|
|
19
|
+
/** @deprecated Use import from `noble/hashes/sha2` module */
|
|
20
|
+
export const sha256: typeof sha256n = sha256n;
|
|
21
|
+
/** @deprecated Use import from `noble/hashes/sha2` module */
|
|
22
|
+
export const SHA224: typeof SHA224n = SHA224n;
|
|
23
|
+
/** @deprecated Use import from `noble/hashes/sha2` module */
|
|
24
|
+
export const sha224: typeof sha224n = sha224n;
|
|
@@ -0,0 +1,499 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SHA3 (keccak) addons.
|
|
3
|
+
*
|
|
4
|
+
* * Full [NIST SP 800-185](https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf):
|
|
5
|
+
* cSHAKE, KMAC, TupleHash, ParallelHash + XOF variants
|
|
6
|
+
* * Reduced-round Keccak [(draft)](https://datatracker.ietf.org/doc/draft-irtf-cfrg-kangarootwelve/):
|
|
7
|
+
* * 🦘 K12 aka KangarooTwelve
|
|
8
|
+
* * M14 aka MarsupilamiFourteen
|
|
9
|
+
* * TurboSHAKE
|
|
10
|
+
* * KeccakPRG: Pseudo-random generator based on Keccak [(pdf)](https://keccak.team/files/CSF-0.1.pdf)
|
|
11
|
+
* @module
|
|
12
|
+
*/
|
|
13
|
+
import { Keccak, type ShakeOpts } from './sha3.ts';
|
|
14
|
+
import {
|
|
15
|
+
abytes,
|
|
16
|
+
anumber,
|
|
17
|
+
type CHashO,
|
|
18
|
+
type CHashXO,
|
|
19
|
+
createOptHasher,
|
|
20
|
+
createXOFer,
|
|
21
|
+
Hash,
|
|
22
|
+
type HashXOF,
|
|
23
|
+
type Input,
|
|
24
|
+
toBytes,
|
|
25
|
+
u32,
|
|
26
|
+
} from './utils.ts';
|
|
27
|
+
|
|
28
|
+
// cSHAKE && KMAC (NIST SP800-185)
|
|
29
|
+
const _8n = BigInt(8);
|
|
30
|
+
const _ffn = BigInt(0xff);
|
|
31
|
+
|
|
32
|
+
// NOTE: it is safe to use bigints here, since they used only for length encoding (not actual data).
|
|
33
|
+
// We use bigints in sha256 for lengths too.
|
|
34
|
+
function leftEncode(n: number | bigint): Uint8Array {
|
|
35
|
+
n = BigInt(n);
|
|
36
|
+
const res = [Number(n & _ffn)];
|
|
37
|
+
n >>= _8n;
|
|
38
|
+
for (; n > 0; n >>= _8n) res.unshift(Number(n & _ffn));
|
|
39
|
+
res.unshift(res.length);
|
|
40
|
+
return new Uint8Array(res);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
function rightEncode(n: number | bigint): Uint8Array {
|
|
44
|
+
n = BigInt(n);
|
|
45
|
+
const res = [Number(n & _ffn)];
|
|
46
|
+
n >>= _8n;
|
|
47
|
+
for (; n > 0; n >>= _8n) res.unshift(Number(n & _ffn));
|
|
48
|
+
res.push(res.length);
|
|
49
|
+
return new Uint8Array(res);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
function chooseLen(opts: ShakeOpts, outputLen: number): number {
|
|
53
|
+
return opts.dkLen === undefined ? outputLen : opts.dkLen;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
const abytesOrZero = (buf?: Input) => {
|
|
57
|
+
if (buf === undefined) return Uint8Array.of();
|
|
58
|
+
return toBytes(buf);
|
|
59
|
+
};
|
|
60
|
+
// NOTE: second modulo is necessary since we don't need to add padding if current element takes whole block
|
|
61
|
+
const getPadding = (len: number, block: number) => new Uint8Array((block - (len % block)) % block);
|
|
62
|
+
export type cShakeOpts = ShakeOpts & { personalization?: Input; NISTfn?: Input };
|
|
63
|
+
|
|
64
|
+
// Personalization
|
|
65
|
+
function cshakePers(hash: Keccak, opts: cShakeOpts = {}): Keccak {
|
|
66
|
+
if (!opts || (!opts.personalization && !opts.NISTfn)) return hash;
|
|
67
|
+
// Encode and pad inplace to avoid unneccesary memory copies/slices (so we don't need to zero them later)
|
|
68
|
+
// bytepad(encode_string(N) || encode_string(S), 168)
|
|
69
|
+
const blockLenBytes = leftEncode(hash.blockLen);
|
|
70
|
+
const fn = abytesOrZero(opts.NISTfn);
|
|
71
|
+
const fnLen = leftEncode(_8n * BigInt(fn.length)); // length in bits
|
|
72
|
+
const pers = abytesOrZero(opts.personalization);
|
|
73
|
+
const persLen = leftEncode(_8n * BigInt(pers.length)); // length in bits
|
|
74
|
+
if (!fn.length && !pers.length) return hash;
|
|
75
|
+
hash.suffix = 0x04;
|
|
76
|
+
hash.update(blockLenBytes).update(fnLen).update(fn).update(persLen).update(pers);
|
|
77
|
+
let totalLen = blockLenBytes.length + fnLen.length + fn.length + persLen.length + pers.length;
|
|
78
|
+
hash.update(getPadding(totalLen, hash.blockLen));
|
|
79
|
+
return hash;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
const gencShake = (suffix: number, blockLen: number, outputLen: number) =>
|
|
83
|
+
createXOFer<Keccak, cShakeOpts>((opts: cShakeOpts = {}) =>
|
|
84
|
+
cshakePers(new Keccak(blockLen, suffix, chooseLen(opts, outputLen), true), opts)
|
|
85
|
+
);
|
|
86
|
+
|
|
87
|
+
// TODO: refactor
|
|
88
|
+
export type ICShake = {
|
|
89
|
+
(msg: Input, opts?: cShakeOpts): Uint8Array;
|
|
90
|
+
outputLen: number;
|
|
91
|
+
blockLen: number;
|
|
92
|
+
create(opts: cShakeOpts): HashXOF<Keccak>;
|
|
93
|
+
};
|
|
94
|
+
export type ITupleHash = {
|
|
95
|
+
(messages: Input[], opts?: cShakeOpts): Uint8Array;
|
|
96
|
+
create(opts?: cShakeOpts): TupleHash;
|
|
97
|
+
};
|
|
98
|
+
export type IParHash = {
|
|
99
|
+
(message: Input, opts?: ParallelOpts): Uint8Array;
|
|
100
|
+
create(opts?: ParallelOpts): ParallelHash;
|
|
101
|
+
};
|
|
102
|
+
export const cshake128: ICShake = /* @__PURE__ */ (() => gencShake(0x1f, 168, 128 / 8))();
|
|
103
|
+
export const cshake256: ICShake = /* @__PURE__ */ (() => gencShake(0x1f, 136, 256 / 8))();
|
|
104
|
+
|
|
105
|
+
export class KMAC extends Keccak implements HashXOF<KMAC> {
|
|
106
|
+
constructor(
|
|
107
|
+
blockLen: number,
|
|
108
|
+
outputLen: number,
|
|
109
|
+
enableXOF: boolean,
|
|
110
|
+
key: Input,
|
|
111
|
+
opts: cShakeOpts = {}
|
|
112
|
+
) {
|
|
113
|
+
super(blockLen, 0x1f, outputLen, enableXOF);
|
|
114
|
+
cshakePers(this, { NISTfn: 'KMAC', personalization: opts.personalization });
|
|
115
|
+
key = toBytes(key);
|
|
116
|
+
abytes(key);
|
|
117
|
+
// 1. newX = bytepad(encode_string(K), 168) || X || right_encode(L).
|
|
118
|
+
const blockLenBytes = leftEncode(this.blockLen);
|
|
119
|
+
const keyLen = leftEncode(_8n * BigInt(key.length));
|
|
120
|
+
this.update(blockLenBytes).update(keyLen).update(key);
|
|
121
|
+
const totalLen = blockLenBytes.length + keyLen.length + key.length;
|
|
122
|
+
this.update(getPadding(totalLen, this.blockLen));
|
|
123
|
+
}
|
|
124
|
+
protected finish(): void {
|
|
125
|
+
if (!this.finished) this.update(rightEncode(this.enableXOF ? 0 : _8n * BigInt(this.outputLen))); // outputLen in bits
|
|
126
|
+
super.finish();
|
|
127
|
+
}
|
|
128
|
+
_cloneInto(to?: KMAC): KMAC {
|
|
129
|
+
// Create new instance without calling constructor since key already in state and we don't know it.
|
|
130
|
+
// Force "to" to be instance of KMAC instead of Sha3.
|
|
131
|
+
if (!to) {
|
|
132
|
+
to = Object.create(Object.getPrototypeOf(this), {}) as KMAC;
|
|
133
|
+
to.state = this.state.slice();
|
|
134
|
+
to.blockLen = this.blockLen;
|
|
135
|
+
to.state32 = u32(to.state);
|
|
136
|
+
}
|
|
137
|
+
return super._cloneInto(to) as KMAC;
|
|
138
|
+
}
|
|
139
|
+
clone(): KMAC {
|
|
140
|
+
return this._cloneInto();
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
function genKmac(blockLen: number, outputLen: number, xof = false) {
|
|
145
|
+
const kmac = (key: Input, message: Input, opts?: cShakeOpts): Uint8Array =>
|
|
146
|
+
kmac.create(key, opts).update(message).digest();
|
|
147
|
+
kmac.create = (key: Input, opts: cShakeOpts = {}) =>
|
|
148
|
+
new KMAC(blockLen, chooseLen(opts, outputLen), xof, key, opts);
|
|
149
|
+
return kmac;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export const kmac128: {
|
|
153
|
+
(key: Input, message: Input, opts?: cShakeOpts): Uint8Array;
|
|
154
|
+
create(key: Input, opts?: cShakeOpts): KMAC;
|
|
155
|
+
} = /* @__PURE__ */ (() => genKmac(168, 128 / 8))();
|
|
156
|
+
export const kmac256: {
|
|
157
|
+
(key: Input, message: Input, opts?: cShakeOpts): Uint8Array;
|
|
158
|
+
create(key: Input, opts?: cShakeOpts): KMAC;
|
|
159
|
+
} = /* @__PURE__ */ (() => genKmac(136, 256 / 8))();
|
|
160
|
+
export const kmac128xof: {
|
|
161
|
+
(key: Input, message: Input, opts?: cShakeOpts): Uint8Array;
|
|
162
|
+
create(key: Input, opts?: cShakeOpts): KMAC;
|
|
163
|
+
} = /* @__PURE__ */ (() => genKmac(168, 128 / 8, true))();
|
|
164
|
+
export const kmac256xof: {
|
|
165
|
+
(key: Input, message: Input, opts?: cShakeOpts): Uint8Array;
|
|
166
|
+
create(key: Input, opts?: cShakeOpts): KMAC;
|
|
167
|
+
} = /* @__PURE__ */ (() => genKmac(136, 256 / 8, true))();
|
|
168
|
+
|
|
169
|
+
// TupleHash
|
|
170
|
+
// Usage: tuple(['ab', 'cd']) != tuple(['a', 'bcd'])
|
|
171
|
+
export class TupleHash extends Keccak implements HashXOF<TupleHash> {
|
|
172
|
+
constructor(blockLen: number, outputLen: number, enableXOF: boolean, opts: cShakeOpts = {}) {
|
|
173
|
+
super(blockLen, 0x1f, outputLen, enableXOF);
|
|
174
|
+
cshakePers(this, { NISTfn: 'TupleHash', personalization: opts.personalization });
|
|
175
|
+
// Change update after cshake processed
|
|
176
|
+
this.update = (data: Input) => {
|
|
177
|
+
data = toBytes(data);
|
|
178
|
+
abytes(data);
|
|
179
|
+
super.update(leftEncode(_8n * BigInt(data.length)));
|
|
180
|
+
super.update(data);
|
|
181
|
+
return this;
|
|
182
|
+
};
|
|
183
|
+
}
|
|
184
|
+
protected finish(): void {
|
|
185
|
+
if (!this.finished)
|
|
186
|
+
super.update(rightEncode(this.enableXOF ? 0 : _8n * BigInt(this.outputLen))); // outputLen in bits
|
|
187
|
+
super.finish();
|
|
188
|
+
}
|
|
189
|
+
_cloneInto(to?: TupleHash): TupleHash {
|
|
190
|
+
to ||= new TupleHash(this.blockLen, this.outputLen, this.enableXOF);
|
|
191
|
+
return super._cloneInto(to) as TupleHash;
|
|
192
|
+
}
|
|
193
|
+
clone(): TupleHash {
|
|
194
|
+
return this._cloneInto();
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
function genTuple(blockLen: number, outputLen: number, xof = false) {
|
|
199
|
+
const tuple = (messages: Input[], opts?: cShakeOpts): Uint8Array => {
|
|
200
|
+
const h = tuple.create(opts);
|
|
201
|
+
for (const msg of messages) h.update(msg);
|
|
202
|
+
return h.digest();
|
|
203
|
+
};
|
|
204
|
+
tuple.create = (opts: cShakeOpts = {}) =>
|
|
205
|
+
new TupleHash(blockLen, chooseLen(opts, outputLen), xof, opts);
|
|
206
|
+
return tuple;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/** 128-bit TupleHASH. */
|
|
210
|
+
export const tuplehash128: ITupleHash = /* @__PURE__ */ (() => genTuple(168, 128 / 8))();
|
|
211
|
+
/** 256-bit TupleHASH. */
|
|
212
|
+
export const tuplehash256: ITupleHash = /* @__PURE__ */ (() => genTuple(136, 256 / 8))();
|
|
213
|
+
/** 128-bit TupleHASH XOF. */
|
|
214
|
+
export const tuplehash128xof: ITupleHash = /* @__PURE__ */ (() => genTuple(168, 128 / 8, true))();
|
|
215
|
+
/** 256-bit TupleHASH XOF. */
|
|
216
|
+
export const tuplehash256xof: ITupleHash = /* @__PURE__ */ (() => genTuple(136, 256 / 8, true))();
|
|
217
|
+
|
|
218
|
+
// ParallelHash (same as K12/M14, but without speedup for inputs less 8kb, reduced number of rounds and more simple)
|
|
219
|
+
type ParallelOpts = cShakeOpts & { blockLen?: number };
|
|
220
|
+
|
|
221
|
+
export class ParallelHash extends Keccak implements HashXOF<ParallelHash> {
|
|
222
|
+
private leafHash?: Hash<Keccak>;
|
|
223
|
+
protected leafCons: () => Hash<Keccak>;
|
|
224
|
+
private chunkPos = 0; // Position of current block in chunk
|
|
225
|
+
private chunksDone = 0; // How many chunks we already have
|
|
226
|
+
private chunkLen: number;
|
|
227
|
+
constructor(
|
|
228
|
+
blockLen: number,
|
|
229
|
+
outputLen: number,
|
|
230
|
+
leafCons: () => Hash<Keccak>,
|
|
231
|
+
enableXOF: boolean,
|
|
232
|
+
opts: ParallelOpts = {}
|
|
233
|
+
) {
|
|
234
|
+
super(blockLen, 0x1f, outputLen, enableXOF);
|
|
235
|
+
cshakePers(this, { NISTfn: 'ParallelHash', personalization: opts.personalization });
|
|
236
|
+
this.leafCons = leafCons;
|
|
237
|
+
let { blockLen: B } = opts;
|
|
238
|
+
B ||= 8;
|
|
239
|
+
anumber(B);
|
|
240
|
+
this.chunkLen = B;
|
|
241
|
+
super.update(leftEncode(B));
|
|
242
|
+
// Change update after cshake processed
|
|
243
|
+
this.update = (data: Input) => {
|
|
244
|
+
data = toBytes(data);
|
|
245
|
+
abytes(data);
|
|
246
|
+
const { chunkLen, leafCons } = this;
|
|
247
|
+
for (let pos = 0, len = data.length; pos < len; ) {
|
|
248
|
+
if (this.chunkPos == chunkLen || !this.leafHash) {
|
|
249
|
+
if (this.leafHash) {
|
|
250
|
+
super.update(this.leafHash.digest());
|
|
251
|
+
this.chunksDone++;
|
|
252
|
+
}
|
|
253
|
+
this.leafHash = leafCons();
|
|
254
|
+
this.chunkPos = 0;
|
|
255
|
+
}
|
|
256
|
+
const take = Math.min(chunkLen - this.chunkPos, len - pos);
|
|
257
|
+
this.leafHash.update(data.subarray(pos, pos + take));
|
|
258
|
+
this.chunkPos += take;
|
|
259
|
+
pos += take;
|
|
260
|
+
}
|
|
261
|
+
return this;
|
|
262
|
+
};
|
|
263
|
+
}
|
|
264
|
+
protected finish(): void {
|
|
265
|
+
if (this.finished) return;
|
|
266
|
+
if (this.leafHash) {
|
|
267
|
+
super.update(this.leafHash.digest());
|
|
268
|
+
this.chunksDone++;
|
|
269
|
+
}
|
|
270
|
+
super.update(rightEncode(this.chunksDone));
|
|
271
|
+
super.update(rightEncode(this.enableXOF ? 0 : _8n * BigInt(this.outputLen))); // outputLen in bits
|
|
272
|
+
super.finish();
|
|
273
|
+
}
|
|
274
|
+
_cloneInto(to?: ParallelHash): ParallelHash {
|
|
275
|
+
to ||= new ParallelHash(this.blockLen, this.outputLen, this.leafCons, this.enableXOF);
|
|
276
|
+
if (this.leafHash) to.leafHash = this.leafHash._cloneInto(to.leafHash as Keccak);
|
|
277
|
+
to.chunkPos = this.chunkPos;
|
|
278
|
+
to.chunkLen = this.chunkLen;
|
|
279
|
+
to.chunksDone = this.chunksDone;
|
|
280
|
+
return super._cloneInto(to) as ParallelHash;
|
|
281
|
+
}
|
|
282
|
+
destroy(): void {
|
|
283
|
+
super.destroy.call(this);
|
|
284
|
+
if (this.leafHash) this.leafHash.destroy();
|
|
285
|
+
}
|
|
286
|
+
clone(): ParallelHash {
|
|
287
|
+
return this._cloneInto();
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
function genPrl(
|
|
292
|
+
blockLen: number,
|
|
293
|
+
outputLen: number,
|
|
294
|
+
leaf: ReturnType<typeof gencShake>,
|
|
295
|
+
xof = false
|
|
296
|
+
) {
|
|
297
|
+
const parallel = (message: Input, opts?: ParallelOpts): Uint8Array =>
|
|
298
|
+
parallel.create(opts).update(message).digest();
|
|
299
|
+
parallel.create = (opts: ParallelOpts = {}) =>
|
|
300
|
+
new ParallelHash(
|
|
301
|
+
blockLen,
|
|
302
|
+
chooseLen(opts, outputLen),
|
|
303
|
+
() => leaf.create({ dkLen: 2 * outputLen }),
|
|
304
|
+
xof,
|
|
305
|
+
opts
|
|
306
|
+
);
|
|
307
|
+
return parallel;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/** 128-bit ParallelHash. In JS, it is not parallel. */
|
|
311
|
+
export const parallelhash128: IParHash = /* @__PURE__ */ (() => genPrl(168, 128 / 8, cshake128))();
|
|
312
|
+
/** 256-bit ParallelHash. In JS, it is not parallel. */
|
|
313
|
+
export const parallelhash256: IParHash = /* @__PURE__ */ (() => genPrl(136, 256 / 8, cshake256))();
|
|
314
|
+
/** 128-bit ParallelHash XOF. In JS, it is not parallel. */
|
|
315
|
+
export const parallelhash128xof: IParHash = /* @__PURE__ */ (() =>
|
|
316
|
+
genPrl(168, 128 / 8, cshake128, true))();
|
|
317
|
+
/** 256-bit ParallelHash. In JS, it is not parallel. */
|
|
318
|
+
export const parallelhash256xof: IParHash = /* @__PURE__ */ (() =>
|
|
319
|
+
genPrl(136, 256 / 8, cshake256, true))();
|
|
320
|
+
|
|
321
|
+
// Should be simple 'shake with 12 rounds', but no, we got whole new spec about Turbo SHAKE Pro MAX.
|
|
322
|
+
export type TurboshakeOpts = ShakeOpts & {
|
|
323
|
+
D?: number; // Domain separation byte
|
|
324
|
+
};
|
|
325
|
+
|
|
326
|
+
const genTurboshake = (blockLen: number, outputLen: number) =>
|
|
327
|
+
createXOFer<HashXOF<Keccak>, TurboshakeOpts>((opts: TurboshakeOpts = {}) => {
|
|
328
|
+
const D = opts.D === undefined ? 0x1f : opts.D;
|
|
329
|
+
// Section 2.1 of https://datatracker.ietf.org/doc/draft-irtf-cfrg-kangarootwelve/
|
|
330
|
+
if (!Number.isSafeInteger(D) || D < 0x01 || D > 0x7f)
|
|
331
|
+
throw new Error('invalid domain separation byte must be 0x01..0x7f, got: ' + D);
|
|
332
|
+
return new Keccak(blockLen, D, opts.dkLen === undefined ? outputLen : opts.dkLen, true, 12);
|
|
333
|
+
});
|
|
334
|
+
|
|
335
|
+
/** TurboSHAKE 128-bit: reduced 12-round keccak. */
|
|
336
|
+
export const turboshake128: CHashXO = /* @__PURE__ */ genTurboshake(168, 256 / 8);
|
|
337
|
+
/** TurboSHAKE 256-bit: reduced 12-round keccak. */
|
|
338
|
+
export const turboshake256: CHashXO = /* @__PURE__ */ genTurboshake(136, 512 / 8);
|
|
339
|
+
|
|
340
|
+
// Kangaroo
|
|
341
|
+
// Same as NIST rightEncode, but returns [0] for zero string
|
|
342
|
+
function rightEncodeK12(n: number | bigint): Uint8Array {
|
|
343
|
+
n = BigInt(n);
|
|
344
|
+
const res: number[] = [];
|
|
345
|
+
for (; n > 0; n >>= _8n) res.unshift(Number(n & _ffn));
|
|
346
|
+
res.push(res.length);
|
|
347
|
+
return Uint8Array.from(res);
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
export type KangarooOpts = { dkLen?: number; personalization?: Input };
|
|
351
|
+
const EMPTY_BUFFER = /* @__PURE__ */ Uint8Array.of();
|
|
352
|
+
|
|
353
|
+
export class KangarooTwelve extends Keccak implements HashXOF<KangarooTwelve> {
|
|
354
|
+
readonly chunkLen = 8192;
|
|
355
|
+
private leafHash?: Keccak;
|
|
356
|
+
protected leafLen: number;
|
|
357
|
+
private personalization: Uint8Array;
|
|
358
|
+
private chunkPos = 0; // Position of current block in chunk
|
|
359
|
+
private chunksDone = 0; // How many chunks we already have
|
|
360
|
+
constructor(
|
|
361
|
+
blockLen: number,
|
|
362
|
+
leafLen: number,
|
|
363
|
+
outputLen: number,
|
|
364
|
+
rounds: number,
|
|
365
|
+
opts: KangarooOpts
|
|
366
|
+
) {
|
|
367
|
+
super(blockLen, 0x07, outputLen, true, rounds);
|
|
368
|
+
this.leafLen = leafLen;
|
|
369
|
+
this.personalization = abytesOrZero(opts.personalization);
|
|
370
|
+
}
|
|
371
|
+
update(data: Input): this {
|
|
372
|
+
data = toBytes(data);
|
|
373
|
+
abytes(data);
|
|
374
|
+
const { chunkLen, blockLen, leafLen, rounds } = this;
|
|
375
|
+
for (let pos = 0, len = data.length; pos < len; ) {
|
|
376
|
+
if (this.chunkPos == chunkLen) {
|
|
377
|
+
if (this.leafHash) super.update(this.leafHash.digest());
|
|
378
|
+
else {
|
|
379
|
+
this.suffix = 0x06; // Its safe to change suffix here since its used only in digest()
|
|
380
|
+
super.update(Uint8Array.from([3, 0, 0, 0, 0, 0, 0, 0]));
|
|
381
|
+
}
|
|
382
|
+
this.leafHash = new Keccak(blockLen, 0x0b, leafLen, false, rounds);
|
|
383
|
+
this.chunksDone++;
|
|
384
|
+
this.chunkPos = 0;
|
|
385
|
+
}
|
|
386
|
+
const take = Math.min(chunkLen - this.chunkPos, len - pos);
|
|
387
|
+
const chunk = data.subarray(pos, pos + take);
|
|
388
|
+
if (this.leafHash) this.leafHash.update(chunk);
|
|
389
|
+
else super.update(chunk);
|
|
390
|
+
this.chunkPos += take;
|
|
391
|
+
pos += take;
|
|
392
|
+
}
|
|
393
|
+
return this;
|
|
394
|
+
}
|
|
395
|
+
protected finish(): void {
|
|
396
|
+
if (this.finished) return;
|
|
397
|
+
const { personalization } = this;
|
|
398
|
+
this.update(personalization).update(rightEncodeK12(personalization.length));
|
|
399
|
+
// Leaf hash
|
|
400
|
+
if (this.leafHash) {
|
|
401
|
+
super.update(this.leafHash.digest());
|
|
402
|
+
super.update(rightEncodeK12(this.chunksDone));
|
|
403
|
+
super.update(Uint8Array.from([0xff, 0xff]));
|
|
404
|
+
}
|
|
405
|
+
super.finish.call(this);
|
|
406
|
+
}
|
|
407
|
+
destroy(): void {
|
|
408
|
+
super.destroy.call(this);
|
|
409
|
+
if (this.leafHash) this.leafHash.destroy();
|
|
410
|
+
// We cannot zero personalization buffer since it is user provided and we don't want to mutate user input
|
|
411
|
+
this.personalization = EMPTY_BUFFER;
|
|
412
|
+
}
|
|
413
|
+
_cloneInto(to?: KangarooTwelve): KangarooTwelve {
|
|
414
|
+
const { blockLen, leafLen, leafHash, outputLen, rounds } = this;
|
|
415
|
+
to ||= new KangarooTwelve(blockLen, leafLen, outputLen, rounds, {});
|
|
416
|
+
super._cloneInto(to);
|
|
417
|
+
if (leafHash) to.leafHash = leafHash._cloneInto(to.leafHash);
|
|
418
|
+
to.personalization.set(this.personalization);
|
|
419
|
+
to.leafLen = this.leafLen;
|
|
420
|
+
to.chunkPos = this.chunkPos;
|
|
421
|
+
to.chunksDone = this.chunksDone;
|
|
422
|
+
return to;
|
|
423
|
+
}
|
|
424
|
+
clone(): KangarooTwelve {
|
|
425
|
+
return this._cloneInto();
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
/** KangarooTwelve: reduced 12-round keccak. */
|
|
429
|
+
export const k12: CHashO = /* @__PURE__ */ (() =>
|
|
430
|
+
createOptHasher<KangarooTwelve, KangarooOpts>(
|
|
431
|
+
(opts: KangarooOpts = {}) => new KangarooTwelve(168, 32, chooseLen(opts, 32), 12, opts)
|
|
432
|
+
))();
|
|
433
|
+
/** MarsupilamiFourteen: reduced 14-round keccak. */
|
|
434
|
+
export const m14: CHashO = /* @__PURE__ */ (() =>
|
|
435
|
+
createOptHasher<KangarooTwelve, KangarooOpts>(
|
|
436
|
+
(opts: KangarooOpts = {}) => new KangarooTwelve(136, 64, chooseLen(opts, 64), 14, opts)
|
|
437
|
+
))();
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* More at https://github.com/XKCP/XKCP/tree/master/lib/high/Keccak/PRG.
|
|
441
|
+
*/
|
|
442
|
+
export class KeccakPRG extends Keccak {
|
|
443
|
+
protected rate: number;
|
|
444
|
+
constructor(capacity: number) {
|
|
445
|
+
anumber(capacity);
|
|
446
|
+
// Rho should be full bytes
|
|
447
|
+
if (capacity < 0 || capacity > 1600 - 10 || (1600 - capacity - 2) % 8)
|
|
448
|
+
throw new Error('invalid capacity');
|
|
449
|
+
// blockLen = rho in bytes
|
|
450
|
+
super((1600 - capacity - 2) / 8, 0, 0, true);
|
|
451
|
+
this.rate = 1600 - capacity;
|
|
452
|
+
this.posOut = Math.floor((this.rate + 7) / 8);
|
|
453
|
+
}
|
|
454
|
+
keccak(): void {
|
|
455
|
+
// Duplex padding
|
|
456
|
+
this.state[this.pos] ^= 0x01;
|
|
457
|
+
this.state[this.blockLen] ^= 0x02; // Rho is full bytes
|
|
458
|
+
super.keccak();
|
|
459
|
+
this.pos = 0;
|
|
460
|
+
this.posOut = 0;
|
|
461
|
+
}
|
|
462
|
+
update(data: Input): this {
|
|
463
|
+
super.update(data);
|
|
464
|
+
this.posOut = this.blockLen;
|
|
465
|
+
return this;
|
|
466
|
+
}
|
|
467
|
+
feed(data: Input): this {
|
|
468
|
+
return this.update(data);
|
|
469
|
+
}
|
|
470
|
+
protected finish(): void {}
|
|
471
|
+
digestInto(_out: Uint8Array): Uint8Array {
|
|
472
|
+
throw new Error('digest is not allowed, use .fetch instead');
|
|
473
|
+
}
|
|
474
|
+
fetch(bytes: number): Uint8Array {
|
|
475
|
+
return this.xof(bytes);
|
|
476
|
+
}
|
|
477
|
+
// Ensure irreversibility (even if state leaked previous outputs cannot be computed)
|
|
478
|
+
forget(): void {
|
|
479
|
+
if (this.rate < 1600 / 2 + 1) throw new Error('rate is too low to use .forget()');
|
|
480
|
+
this.keccak();
|
|
481
|
+
for (let i = 0; i < this.blockLen; i++) this.state[i] = 0;
|
|
482
|
+
this.pos = this.blockLen;
|
|
483
|
+
this.keccak();
|
|
484
|
+
this.posOut = this.blockLen;
|
|
485
|
+
}
|
|
486
|
+
_cloneInto(to?: KeccakPRG): KeccakPRG {
|
|
487
|
+
const { rate } = this;
|
|
488
|
+
to ||= new KeccakPRG(1600 - rate);
|
|
489
|
+
super._cloneInto(to);
|
|
490
|
+
to.rate = rate;
|
|
491
|
+
return to;
|
|
492
|
+
}
|
|
493
|
+
clone(): KeccakPRG {
|
|
494
|
+
return this._cloneInto();
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
/** KeccakPRG: Pseudo-random generator based on Keccak. https://keccak.team/files/CSF-0.1.pdf */
|
|
499
|
+
export const keccakprg = (capacity = 254): KeccakPRG => new KeccakPRG(capacity);
|