06:15:52 tevador: I upstreamed the unclamped API changes to mx25519 here: https://github.com/tevador/mx25519/pull/15. It would be good to get a review soon, since it's a prereq for carrot_core 06:27:56 Nothing changes behavior wise for Carrot right if we already had implemented the unclamped scalar mult? This is more of an API change so it's explicit what is being used. 06:37:11 Yes, exactly 06:37:46 My branch of mx25519 that is used in fcmp++-stage implements unclamped behavior by default 06:38:38 This PR allows support for different modes, and makes non-RFC7748-conformant behavior explicit 06:39:05 Because making unclamped the default bhevaior is probably a bad design choice for a public-facing API 06:40:42 yeah L:)