Skip to content

Commit

Permalink
Merge pull request #29 from awslabs/PublicFunction
Browse files Browse the repository at this point in the history
Move aws_ecc_key_coordinate_byte_size_from_curve_name() to a public function
  • Loading branch information
bretambrose authored Feb 24, 2020
2 parents b799348 + 7dcc240 commit ff23623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions include/aws/cal/ecc.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ AWS_CAL_API void aws_ecc_key_pair_get_private_key(
const struct aws_ecc_key_pair *key_pair,
struct aws_byte_cursor *private_d);

AWS_CAL_API size_t aws_ecc_key_coordinate_byte_size_from_curve_name(enum aws_ecc_curve_name curve_name);

AWS_EXTERN_C_END

#endif /* AWS_CAL_ECC_H */
2 changes: 0 additions & 2 deletions include/aws/cal/private/ecc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ AWS_CAL_API int aws_der_decoder_load_ecc_key_pair(
struct aws_byte_cursor *out_private_d,
enum aws_ecc_curve_name *out_curve_name);

AWS_CAL_API size_t aws_ecc_key_coordinate_byte_size_from_curve_name(enum aws_ecc_curve_name curve_name);

AWS_EXTERN_C_END

#endif /* AWS_C_CAL_PRIVATE_ECC_H */

0 comments on commit ff23623

Please sign in to comment.