Skip to content

Releases: iotaledger/crypto.rs

iota-crypto v0.9.2

25 Apr 11:23
864f3a0
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

\`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 404 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (78 crate dependencies)
\`

[0.9.2]

  • Bump version of bee-ternary to v0.6.0

Cargo Publish

\`
Updating crates.io index
Packaging iota-crypto v0.9.2 (/home/runner/work/crypto.rs/crypto.rs)
Uploading iota-crypto v0.9.2 (/home/runner/work/crypto.rs/crypto.rs)
warning: the following are not valid category slugs and were ignored: security. Please see https://crates.io/category_slugs for the list of all category slugs.
\`

iota-crypto v0.9.1

19 Nov 15:56
af9de41
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

\`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 374 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (79 crate dependencies)
\`

[0.9.1]

  • Make iota-crypto no_std.
    • 6b7b524 Make curl_p module no_std (#118) on 2021-11-19

Cargo Publish

\`
Updating crates.io index
Packaging iota-crypto v0.9.1 (/home/runner/work/crypto.rs/crypto.rs)
Uploading iota-crypto v0.9.1 (/home/runner/work/crypto.rs/crypto.rs)
warning: the following are not valid category slugs and were ignored: security. Please see https://crates.io/category_slugs for the list of all category slugs.
\`

iota-crypto v0.9.0

19 Nov 09:47
b00b279
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

\`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 374 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (78 crate dependencies)
\`

[0.9.0]

  • Replace Curl implementation with an unrolled version for better performance.
    Add a batched version of Curl.
    • 18ab209 Add unrolled curl and batched curl (#116) on 2021-11-19

Cargo Publish

\`
Updating crates.io index
Packaging iota-crypto v0.9.0 (/home/runner/work/crypto.rs/crypto.rs)
Uploading iota-crypto v0.9.0 (/home/runner/work/crypto.rs/crypto.rs)
warning: the following are not valid category slugs and were ignored: security. Please see https://crates.io/category_slugs for the list of all category slugs.
\`

iota-crypto v0.8.0

11 Nov 17:33
7e18730
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

\`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 371 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (78 crate dependencies)
\`

[0.8.0]

  • Support for the Blake2b hashing function to 160 bits

  • Wrapper around VarBlake2b for 160 bits hash

  • New tests for 160 bits copied from blake2b-256

  • Generate new test vector created with b2sum using the inputs of blake2b-256 test vector

  • Update list of supported algorithms

  • dd055a4 Add Blake2b-160 (#111) on 2021-10-27

  • Update bee-ternary requirement from 0.4.2-alpha to 0.5.0

    • 5f3c9d2 Add .changes file for bee-ternary bump (#115) on 2021-11-11

Cargo Publish

\`
Updating crates.io index
Packaging iota-crypto v0.8.0 (/home/runner/work/crypto.rs/crypto.rs)
Uploading iota-crypto v0.8.0 (/home/runner/work/crypto.rs/crypto.rs)
warning: the following are not valid category slugs and were ignored: security. Please see https://crates.io/category_slugs for the list of all category slugs.
\`

iota-crypto v0.7.0

03 Aug 18:56
1f501cb
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

\`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 318 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (78 crate dependencies)
\`

[0.7.0]

    • Enabled to access the Segment vector in Chain.
  • Added consistent line breaks between methods.
  • 50c0f53 Add .change file for Chain access on 2021-07-02
    • Unified naming convention in ed25519 and x25519 modules.
  • Added useful methods and standard traits implementations.
  • Added conversion of ed25519 keys to x25519 keys.
  • b52caec added changes on 2021-07-28

Cargo Publish

\`
Updating crates.io index
Packaging iota-crypto v0.7.0 (/home/runner/work/crypto.rs/crypto.rs)
Uploading iota-crypto v0.7.0 (/home/runner/work/crypto.rs/crypto.rs)
warning: the following are not valid category slugs and were ignored: security. Please see https://crates.io/category_slugs for the list of all category slugs.
\`

iota-crypto v0.6.0

01 Jul 14:17
9ff8e63
Compare
Choose a tag to compare
Merge pull request #97 from iotaledger/release/version-updates

Apply Version Updates From Current Changes

iota-crypto v0.5.1

04 May 10:46
7b9cac4
Compare
Choose a tag to compare

[0.5.1]

  • This release updates a number of interlocking dependencies, but does not change the external interface.
    • a644f8d add .changefile on 2021-05-04

iota-crypto v0.5.0

19 Apr 13:03
8b2177e
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

\`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 289 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (73 crate dependencies)
\`

[0.5.0]

  • Added

  • Sponge trait;

  • Kerl sponge implementation;

  • f96b845 Add .change on 2021-04-16

  • 12df494 Update .changes/kerl.md on 2021-04-16

  • Added

  • WOTS implementation;

    • keys module;
    • signatures module;
  • eec08c3 Add wots .changes on 2021-04-18

Cargo Publish

\`
Updating crates.io index
Packaging iota-crypto v0.5.0 (/home/runner/work/crypto.rs/crypto.rs)
Uploading iota-crypto v0.5.0 (/home/runner/work/crypto.rs/crypto.rs)
warning: the following are not valid category slugs and were ignored: security. Please see https://crates.io/category_slugs for the list of all category slugs.
\`

iota-crypto v0.4.2

18 Mar 15:40
46c1487
Compare
Choose a tag to compare

This is the first public version of iota-crypto.