Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 495 Bytes

CHANGELOG.md

File metadata and controls

17 lines (9 loc) · 495 Bytes

Changelog

0.1.2 (2024-01-03)

Changes

  • adjust to left shift operation changes in Noir version 0.19.3 - change std::wrapping_shift_left to << (#11)

0.1.1 (2023-11-28)

Features

  • base64 str<N> encoding
  • base64 [u8; N] array encoding
  • safe_url option for url-safe encoding