ox
Version:
Ethereum Standard Library
5 lines • 330 B
JavaScript
// Re-exports of the public byte helpers in `Signature.ts`. Kept here so
// existing internal call sites (e.g. `Secp256k1`, `P256`) continue to import
// from this module without churn.
export { fromCompactBytes, fromRecoveredBytes, toCompactBytes, toRecoveredBytes, } from '../Signature.js';
//# sourceMappingURL=signature.js.map