Any hints on how to implement go ECDH P256 and ECDSA P256 in Java / Clojure ?

I failed at this quite a number of hours over several days (weeks?!)

https://stackoverflow.com/questions/78301165/java-port-of-the-go-crypto-ecdh-p256-and-ecdsa-p256

#java #clojure #crypto #bouncycastle #ecdh #cryptography #Golang

Java port of the go crypto ecdh.P256 and ecdsa.P256

I am trying to port nebula cert generation from go to Clojure and I am finding it very difficult to implement the P256 crypto side. I have success with X25519 Curve using BouncyCastle provider but ...

Stack Overflow