# -*- coding: utf-8 -*-"""ECDSA Curve Label=======================.. module:: pcapkit.const.hip.ecdsa_curveThis module contains the vendor crawler for **ECDSA Curve Label**,which is automatically generating :class:`pcapkit.const.hip.ecdsa_curve.ECDSACurve`."""importsysfrompcapkit.vendor.defaultimportVendor__all__=['ECDSACurve']
[docs]classECDSACurve(Vendor):"""ECDSA Curve Label"""#: Value limit checker.FLAG='isinstance(value, int) and 0 <= value <= 65535'#: Link to registry.LINK='https://www.iana.org/assignments/hip-parameters/ecdsa-curve-label.csv'