Fixing a deprecation warning in ed25519_dalek.

pmeunier
Nov 23, 2021, 11:38 AM
ENWJBQGQUL3KLYPVGYP2ZSDB5ZUXLTY4W6NCHUA6VTHRRNPRUDHAC

Dependencies

  • [2] VKBJ6XB6 Formatting and version bump
  • [3] HDGRZISM Version updates
  • [4] SGXOEWHU Adding a patched chardetng (temporarily)
  • [5] TNN56XYK libpijul alpha.43
  • [6] EEBKW7VT Keys and identities
  • [7] HYRH4E55 rustfmt.toml: init
  • [8] SL45MHGV +contrib/pijul2svg.sh (license as usual: GPL-2.0-or-later)
  • [9] QQZNSB26 Permission update (after #X243)
  • [10] FGIVSUFH Fixing conflicts with the new patch parsing code, and introducing AddRoot
  • [11] X243Z3Y5 Recording only the required metadata (can even be changed later!)
  • [12] YTQS4ES3 Fixing a parsing problem (related to permissions), and the associated permissions
  • [13] HSEYMLO2 Adding an untracked change iterator
  • [14] YE5WBHXB Fixing contrib permissions
  • [15] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [16] DJ5JYH3K COPYING
  • [17] G734WNM6 flake.nix: use crate2nix
  • [18] A3RM526Y Integrating identity malleability
  • [19] QDP3R3BG Updating with the latest Sanakirja

Change contents

  • add root
    [1.1]
    [0.1]
  • file move: libpijul (d--r------)libpijul (d--r------)
    [0.2]
    [3.198139]
  • replacement in libpijul/src/key.rs at line 226
    [3.39592][3.12526:12600](),[3.12526][3.12526:12600]()
    let signature = ed25519_dalek::Signature::new(signature);
    [3.39592]
    [3.12600]
    let signature = ed25519_dalek::Signature::from_bytes(signature);
  • replacement in libpijul/src/key.rs at line 273
    [3.39977][3.13989:14051](),[3.13989][3.13989:14051]()
    let sig = ed25519_dalek::Signature::new(sig);
    [3.39977]
    [3.39978]
    let sig = ed25519_dalek::Signature::from_bytes(sig);