-
It's very inconvenient after this PR #244 when I want to pass some padding through argument.
I tried
```rust
fn foo(padding: &dyn PaddingScheme) {} // error, PaddingScheme is not object safe
fn …
-
文档
- [请求分账](https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter8_1_1.shtml)
- [添加分账接收方](https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter8_1_8.shtml)
请求参数中的 "分账个人接收方姓名" 没有经过加密就直接发送出去了
分账…
-
Hello team,
I am trying to create a RSA key but I am trying to set the padding to the TPM2_ALG_OAEP
For some reason when I set the schema to TPM2_ALG_OAEP I get the error:
```
2023-02-02 14:42:4…
-
I'm not sure if this is a bug or if i'm using it wrong but whatever i try it seems like `--with-build-dir` is ignored by the following `nmake`.
Here's how i'm testing (using the [release-3](https:/…
-
### Prerequisites
* [x] Checked the developer manual
* [x] Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=repo%3Alibtom%2Flibtomcrypt
* [ ] Checked that your …
-
**Describe the bug**
I get a BadRequest error when trying to call the UnwrapKeyAsync method in .net SDK.
***Exception or Stack Trace***
Add the exception log and stack trace if available
**To …
-
Hello
We did decide to implement Peppol AP. We need to be able send and receive Peppol Documents.
Prerequisites:
```
PS C:\oxalis-standalone-as4> javac --version
javac 11.0.19
PS C:\Program …
-
pacman -S base-devel
pacman -S mingw-w64-x86_64-toolchain
git clone https://github.com/openssl/openssl
git submodule update --init --recursive
./configure mingw64 shared
make
make[1]: execvp: …
-
`
export class LYRSA extends LYObject implements ILYRSA {
private _publicKey: string;
protected async getPublicKey(): Promise {
if (!this._publicKey) {
const publicKey = await rootHttp.g…
-
The `ciphersuite` type introduced by [#176 Pull Request](https://github.com/ietf-teep/teep-protocol/pull/176) seems just a replacement of previous `suite` type, and I think there might be better expre…