Richard Wiedenhöft
Richard Wiedenhöft
### Environment Details * os: Ubuntu 22.04 * gcc version: 11.2 * conan version: 1.51.1 * python version: 3.10.4 ### Steps to reproduce In an empty directory create a `conanfile.txt`...
### Environment Details * os: Ubuntu 22.04 * gcc version: 11.2 * conan version: 1.51.1 * python version: 3.10.4 ### Steps to reproduce In an empty directory create a `conanfile.txt`...
This changes the URI parser to allow URIs of the forms * scheme:/absolute/path * scheme:///absolute/path It does impact HTTP URI parsing in that HTTP URIs without an authority part are...
URIs that reference resources on a local filesystem often use URIs of the format `://`. If the path is absolute that leads to URIs with 3 slashes after the scheme...
It seems impossible from the public API to overwrite the memory occupied by a `BigUint`. This is a dealbreaker for cryptographic applications since a BigUint may contain private keys for...
Adds `agreement::StaticKeyPair` and `agreement::agree_static` Also restructures some existing tests to avoid duplication of code and test vectors. Closes: #331