blob: 6012ab2d6ceafd6af80814047f7c0c78de92c780 [file] [log] [blame]
Andrew Geissler9347dd42023-03-03 12:38:41 -06001SUMMARY = "Pure-Python implementation of HSS/LMS Digital Signatures (RFC 8554)"
2HOMEPAGE ="https://pypi.org/project/pyhsslms"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=58f6f7065b99f9d01d56e759256a6f1b"
5
6inherit pypi python_setuptools_build_meta
7PYPI_PACKAGE = "pyhsslms"
8SRC_URI[sha256sum] = "58bf03e34c6f9d5a3cfd77875d0a1356d4f23d7ad6ffd129b1e60de1208db753"
9
10BBCLASSEXTEND = "native nativesdk"