pinenacl 0.2.0-nullsafety.3 copy "pinenacl: ^0.2.0-nullsafety.3" to clipboard
pinenacl: ^0.2.0-nullsafety.3 copied to clipboard

outdated

The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library

Changelog #

v0.2.0-nullsafety.3 (2021-01-11) #

Full Changelog

Changelog #

v0.2.0-nullsafety.2 (2021-01-10) #

Full Changelog

Changelog #

v0.2.0-nullsafety.1 (2020-12-21) #

Full Changelog

Merged pull requests:

  • Pre-release for the null safety migration of this package. #7 (ilap)

Changelog #

Full Changelog

Merged pull requests:

  • Pre-release for the null safety migration of this package. #7 (ilap)

v0.2.0-nullsafety.0 (2020-11-20) #

Full Changelog

  • Pre-release for the null safety migration of this package.
  • Reformatted CHANGELOG.md
  • Added in-house HexCoder class
  • Refactored, cleaned the code for preparing null-safety
  • Removed hex, bech32 and convert package dependencies
  • Added analyzer strong-mode's implicit-casts: false and implicit-dynamic: false

v0.1.5 (2020-11-20) #

Full Changelog

  • Reverted SHA-256 changes back as it behaved differently on JIT and AOT i.e. failed test for pub run test but not for pub run tests/all*dart
  • Fixed imports

v0.1.4 (2020-11-20) #

Full Changelog

  • Removed fixnum dependency from poly1305
  • Code cleanup and removing fixnum dependencies from some modules.
  • Bumped version to 0.1.4

Closed issues:

  • Will this project be supported and maintained going forward? #5
  • Support for HKDF (RFC 5869) #4
  • Second constructor for EncryptedMessage #3

v0.1.3 (2019-10-03) #

Full Changelog

  • Added constructor for EncryptedMessage class, see ilap/pinenacl-dart#3

v0.1.2 (2019-10-01) #

Full Changelog

  • Complete refactor of the API and the base classes.
  • Added API class diagrams.
  • Swapped Bech32 back to the latest and working pub package.
  • Refactored the decode factories.

v0.1.2-dev.4 #

  • Refactored SuffixByteList class to Suffix mixin.
  • Updated README.md (added HMAC, SHA-256)
  • Refactored the Encoding classes.
  • Swapped Bech32 to the github version, as pub package does not have custom length for messages.

v0.1.2-dev.3 #

  • Added SHA-256.
  • Added SHA-256 unit tests with the official testvectors.
  • Fixed some typos.
  • Added scalar_base for Ed25519Bip32 compatibility
  • Added Encoding classes.
  • Renamed ed25519_vectors.json (RFC8032's EdDSA) to eddsa_ed25519_vectors.json.

v0.1.2-dev.2 #

  • Added TweetNaclExt (Extension) class, that implements the HMAC-SHA-512's based crypto_auth and crypto_auth_verify functions of the NaCl library (does not exists in TweetNaCl).
  • Added HMAC-SHA-512.
  • Added HMAC-SHA-512 unit tests.
  • Added some TweetNaCl's tests.
  • Cleaned some code.
  • Fixed exports.
  • Renamed _EncryptionMessage class to SuffixByteList.
  • Fixed ByteList's constructor

v0.1.2-dev.1 #

  • Added Class diagrams.
  • Added ByteList's immutability tests.

v0.1.1 (2019-09-08) #

Full Changelog

  • Refactored the library for using a simplified API.
  • Refactored AsymmetricKey and AsymmetricPrivateKey classes.
  • Refactored ByteList to be unmodofiable
  • Refactored EncrytpionMessage based classes e.g. EncryptedMessage, SealedMessage and SignedMessage.
  • Refactored SigningKey and VerifyKey by adding Sign and Verify interfaces.
  • Bumped version to 0.1.1

v0.1.1-dev.2 #

  • Refactored the EncryptionMessage classes

v0.1.1-dev.1 #

  • Added the Curve25519's official DH (Diffie-Hellman) test vector.
  • Added the Wycheproof's X25519 test vectors.

v0.1.0 (2019-09-07) #

Full Changelog

  • Added the byte-length official SHA-512 test vectors.
  • Added hashing example
  • Allowed personalisation paramater to be less then 16 bytes long by zero-padding to 16 bytes.

v0.1.0-dev.1 #

  • The initial draft version.
21
likes
0
pub points
90%
popularity

Publisher

verified publisherpoolunder.com

The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

fixnum

More

Packages that depend on pinenacl