Proposal Details
For an application I needed a number of functions to sign data with a PKI certificate stored on a smartcard (so the private key is not accessible). I would like to contribute these functions to x/sys/windows so I do not have to implement them in my own code. I used the existing x/sys/windows code as a reference, so my code should fit in nicely. The only question I still have is whether I'm allowed to use the new syscall.SyscallN() function: as far as I saw it's not yet being used in x/sys/windows right now (but I did not search all files for it).