-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you use this library? #4
Comments
Hello, @Lagrang3! Looks like this particular issue you've faced with is connected to additional definitions (e.g. |
@nemothenoone, now it works.
|
So, I think, I can close this. |
@nemothenoone Does the example work for you?
|
@Lagrang3 Could you please share the code you are trying to run? |
Sure, it is simply this one:
|
@Lagrang3 I've updated the encryption interface. Looks like there was no type traits required implemented. The example you brought was also put into example directory, so we could indicate it reviewed. Try it again with the latest commit? |
@nemothenoone Now it compiles. The example was taken from the documentation, anyways is nice to find an |
Hi @nemothenoone, I've just subscribed to boost mailing list. I am interested in c++ in general but I find cryptography particularly interesting. Thus I decided to have a look a your newly proposed library.
However I am stuck at the first step one would do, ie. try to run some examples.
The first code snippet described in the documentation does not compile.
I am using
meson 0.54.2
build system, for the auto-config, compile and linking---it usespkgconfig
under the hood.So this is the example:
the compiler execution:
and the error messages:
Am I missing some trivial step, or is it that this is still work in progress?
Best regards,
Eduardo
The text was updated successfully, but these errors were encountered: