eccutil.h 388 B

12345678910111213141516
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. #ifndef _FREEBL_H_
  5. #define _FREEBL_H_
  6. /* deprecated */
  7. typedef enum {
  8. ECPoint_Uncompressed,
  9. ECPoint_XOnly,
  10. ECPoint_Undefined
  11. } ECPointEncoding;
  12. #endif /* _FREEBL_H_ */