MCPcopy Create free account
hub / github.com/MearaY/StegaPy / generate_signature

Method generate_signature

StegaPy/plugin/base.py:68–70  ·  view source on GitHub ↗

生成签名数据(用于水印)

(self)

Source from the content-addressed store, hash-verified

66 raise NotImplementedError
67
68 def generate_signature(self) -> bytes:
69 """生成签名数据(用于水印)"""
70 raise NotImplementedError
71
72 def check_mark(self, stego_data: bytes, stego_filename: Optional[str],
73 orig_sig_data: bytes) -> float:

Callers 1

generate_signatureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected