-
#73 and #74 allow the separation of credentials from resource endpoint URLs, a good next step in this direction would be to allow for the separation of credentials from the code by way of sourcing the…
-
I tried running tests using the command make check but tests fail and this is the error I get
```
43% tests passed, 13 tests failed out of 23
Total Test time (real) = 55.17 sec
The followin…
-
Right now, the `with-modulus` environment sets a modulus and this is the same modulus for all operations inside the environment. However, I think that the modulus should change when exponentiation is …
-
Hello Nemo. Thank you for making and maintaining the package. :+1:
I am trying to use meteor-bootstrap with accounts-ui-bootstrap-3 (https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3…
-
I check your code, you use abs between Data Consistency,but is there any information loss between abs? I mean MRI data always use complex value data to get phase information, and phase information is…
-
I'm using node-sshpk Library to sign data with openssh 8.0 generated private key. I have directly imported it in react code. As I have checked it's using browserify-rsa, which has as a dependency bn.j…
-
**Is your feature request related to a problem? Please describe.**
When using Azure Key Vault to sign a token, the `kid` value in the header is set with the key identifier for the Azure Key Vault key…
-
We've had various interest in having a @RustCrypto implementation of ElGamal. This issue is intended for discussion and planning around how it should be implemented.
While there are existing implem…
-
Currently, to test `rack-attack`'s behavior we need to use something like:
```ruby
context "number of requests is lower than the limit" do
it "does not change the request status" do
1000.tim…
-
Hi,
Let me thank in advance.
I am trying to connect two ESP32 DW3000 and to show the distance between two by using the sample code in arduino "ex_06a_ss_twr_initiator" and "ex_06a_ss_twr_respond…