[webkit-changes] [WebKit/WebKit] 5142a2: Cleanup Variable Names in CryptoKitShim.swift

Commit Queue noreply at github.com
Wed Oct 9 13:01:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5142a2d0800a372f51222655a6faab6b4affa8c8
      https://github.com/WebKit/WebKit/commit/5142a2d0800a372f51222655a6faab6b4affa8c8
  Author: Nitin Mahendru <nitinmahendru at apple.com>
  Date:   2024-10-09 (Wed, 09 Oct 2024)

  Changed paths:
    M Source/WebCore/PAL/pal/PALSwift/CryptoKitShim.swift

  Log Message:
  -----------
  Cleanup Variable Names in CryptoKitShim.swift
rdar://137053233
https://bugs.webkit.org/show_bug.cgi?id=280683

Reviewed by David Kilzer.

No Functional changes. Just changing some shorthands to fullnames.

* Source/WebCore/PAL/pal/PALSwift/CryptoKitShim.swift:
(ECKey.toPub):
(ECKey.importX963Pub(_:curve:)):
(ECKey.exportX963Pub):
(ECKey.exportX963Private):
(ECKey.getInternalPrivate):
(ECKey.getInternalPublic):
(ECKey.deriveBits(_:)):
(EdKey.privateToPublic(_:privateKey:)):
(EdKey.sign(_:privateKey:data:)):
(EdKey.privateToPublic(_:priv:)): Deleted.
(EdKey.sign(_:key:data:)): Deleted.

Canonical link: https://commits.webkit.org/284916@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list