Giter VIP home page Giter VIP logo

Comments (6)

thomwiggers avatar thomwiggers commented on September 13, 2024 2

I will see if I have some time to get to it this week; in the mean time I would be open to pull requests.

from pqcrypto.

thomwiggers avatar thomwiggers commented on September 13, 2024 1

Unfortunately, it seems it's not trivial as derive(Serialize, Deserialize) doesn't work for arbitrary-sized arrays in Rust.

error[E0277]: the trait bound `[u8; 690]: Deserialize<'_>` is not satisfied
  --> pqcrypto-falcon/src/falcon512.rs:89:30
   |
89 | pub struct DetachedSignature([u8; ffi::PQCLEAN_FALCON512_CLEAN_CRYPTO_BYTES], usize);
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `[u8; 690]`
   |

I will have to look into workarounds.

from pqcrypto.

thomwiggers avatar thomwiggers commented on September 13, 2024

That should be very possible. I'm not sure if I will have time to do this soon myself, but a pull request would be welcome: you would need to patch the pqcrypto-template/scheme directory files as those are used to generate the rest.

from pqcrypto.

AtropineTears avatar AtropineTears commented on September 13, 2024

Hi, any updates on serde implementation or whether you can do it? I am working on a project that needs serialization.

from pqcrypto.

tbraun96 avatar tbraun96 commented on September 13, 2024

Awesome

from pqcrypto.

thomwiggers avatar thomwiggers commented on September 13, 2024

You may be interested in the ops crate by the way, which already has serde support

from pqcrypto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.